| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Can someone help me with this syntax, I have the following javascript
object:
function foo()
{
this.myFooVar = 0;
this.doThis = function (){
var ao...
SirCodesALot
|
03-12-2008 08:09 AM
Henry | 5 | 6 |
|  | Is it possible to use MySql DB inside a javascript function? If so can
anyone show me with some help.
Thanks,
Deepan
Deepan - M.Sc(SE) - 03MW06
|
03-12-2008 04:43 AM
Deepan - M.Sc(SE) - 03MW06 | 5 | 6 |
|  | comp.lang.javascript FAQ - META - 9.88 - 2007-10-12
1 meta-FAQ meta-questions
2 comp.lang.javascript tips
2.1 Which newsgroups deal with...
FAQ server
|
03-12-2008 04:00 AM
FAQ server | 0 | 3 |
|  | Is there any way to display right next to the image i just clicked instead
of
displaying in the center of browser. Looks like there is no way to...
sskk
|
03-11-2008 08:06 PM
SAM | 1 | 2 |
|  | Is there a way in Firebug to see what code is in a function? All I can
coax out of Firefox is "function()". Same with using...
timothytoe
|
03-11-2008 04:40 PM
intrader | 3 | 4 |
|  | Given a currently executing function is there a cross browser way to
get (1) the name of the calling function (assuming there is one) and
(2) the...
hzgt9b
|
03-11-2008 10:05 AM
hzgt9b | 3 | 4 |
|  | Do you want to know to how to make mouthwatering,spicy foods?
If you want to know how to make delicious South Indian foods...
Santhosh
|
03-11-2008 09:07 AM
Santhosh | 0 | 3 |
|  | I have JavaScript functions on my page that insert and remove DOM
elements, and it's causing the browser to rescroll to the top of the
window. I was...
Rubikzube
|
03-11-2008 06:05 AM
SAM | 2 | 3 |
|  | Freightliner a écrit :
In XHTML :
- Tags that have not closing tag
such as META HR BR INPUT ...
must to be in auto-closing tag : <br /> <hr...
Freightliner
|
03-11-2008 06:02 AM
SAM | 8 | 9 |
|  | I have a form and I'm adding form elements inside the form by
assembling the string and then using innerHTML to add them.
IE does not complain , but...
Jeff
|
03-10-2008 09:28 PM
Jeff | 2 | 3 |
|  | Hello,
The last two days I have done some Javascripting, but without succes.
My goal is the following:
I have 4 <form>-input fields; 2 <select> and 2...
weblinkunlimited@gmail.com
|
03-10-2008 08:15 PM
Thomas 'PointedEars' Lahn | 2 | 4 |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I detect...
FAQ server
|
03-10-2008 07:00 PM
FAQ server | 0 | 5 |
|  | Hi,
I am googling for a script and can't seem to find code to do this. I can
probably write code to save but reloading is an issue.
I want to,...
MC
|
03-10-2008 04:14 PM
MC | 7 | 8 |
|  | Hi,
What I can't seem to find anywhere on the web is a method by which I
can use Java script via a webpage interface to access the last
modified...
GurpreetBassi@gmail.com
|
03-10-2008 02:24 PM
Dr J R Stockton | 2 | 7 |
|  | BIG WARNING!!
I just spent hours trying to figure this out! If you're doing dynamic
javascript and you're trying to create a table on the fly...
Rex the Strange
|
03-10-2008 12:57 PM
Henry | 3 | 5 |
|  | In XHTML 1.0 Strict, the correct declaration for calling an external
JavaScript is <script type="text/javascript" src="script2.13.js" />
right?...
Justin E. Miller
|
03-10-2008 12:56 PM
Henry | 6 | 7 |
|  | Hi all,
the new version of JavaScript Server Pages has been released. JavaScript
Server Pages (JSSP) is a server side JavaScript processor that runs...
Leo Meyer
|
03-10-2008 07:59 AM
Leo Meyer | 0 | 4 |
|  | comp.lang.javascript FAQ - Quick Answers- 9.88 - 2007-10-12
1 meta-FAQ meta-questions
2 comp.lang.javascript tips
2.1 Which newsgroups deal with...
FAQ server
|
03-10-2008 04:00 AM
FAQ server | 0 | 3 |
|  | JL wrote:
This exact question has been asked and answered here before.
Your markup is not...
Thomas 'PointedEars' Lahn
|
03-09-2008 08:10 PM
Thomas 'PointedEars' Lahn | 0 | 3 |
|  | i'm getting an "object expected" error in ie - not ff.
in the BODY onload attribute i call a function that's
loaded from an external file.
i've...
jman
|
03-09-2008 08:05 PM
Thomas 'PointedEars' Lahn | 3 | 4 |
|  | VK wrote:
It is not surprising that you did not consider "common sense". It just does
not make any sense of Gecko to behave as ridiculously as...
Thomas 'PointedEars' Lahn
|
03-09-2008 07:41 PM
Thomas 'PointedEars' Lahn | 7 | 8 |
|  | -----------------------------------------------------------------------
FAQ Topic - My element is named myselect , how do I
access...
FAQ server
|
03-09-2008 07:00 PM
FAQ server | 0 | 4 |
|  | I see now.
I did discover 1 small problem when i adjusted the code to change the
buttons to check boxes.
<script type="text/javascript">
function...
JL
|
03-09-2008 05:24 PM
VK | 3 | 4 |
|  | On Sun, 09 Mar 2008 03:31:07 -0700, VK wrote:
so, to write content from javascript to the browser before the document
load event, I need to put...
Pop Tart
|
03-09-2008 04:14 PM
VK | 1 | 5 |
|  | I'm using a on-demand, SaS ERp application. I would like to customize
a few aspects of the application and I can as they have the ability...
SteveKlett@gmail.com
|
03-09-2008 01:59 PM
Laurent vilday | 6 | 7 |
|  | know about the technology of intel procesor...
http://intelsprocessor.googlepages.com
waugh682@gmail.com
|
03-09-2008 07:12 AM
waugh682@gmail.com | 0 | 6 |
|  | Hey, I have been reading up on animated page scrolling which seems
fairly simple by using window.scrollTo(x, y) among with other things.
But is it...
Austin Pickett
|
03-08-2008 08:10 PM
Thomas 'PointedEars' Lahn | 1 | 4 |
|  | I can setup a print CSS file to control how my page prints but is there
a way to hide the header and the footer?
Currently the page's title and URL...
Andrew Poulos
|
03-08-2008 07:06 PM
Jeff North | 4 | 5 |
|  | -----------------------------------------------------------------------
FAQ Topic - I have <a href="javascript:somefunction()"> what
.......
FAQ server
|
03-08-2008 06:00 PM
FAQ server | 0 | 4 |
|  | It's always a challenge to come up with a cogent subject line when I
don't know what the heck I'm talking about.
I'm using Struts2 and YUI, and I'm...
david.karr
|
03-08-2008 05:15 PM
david.karr | 0 | 7 |
|  | hi,
i'm doing a validation in a JSP page. in two fields
function valli()
{
valid = true;
if ( document.all.value == "")
{
alert("Please Select total...
mak
|
03-08-2008 04:50 PM
Evertjan. | 4 | 6 |
|  | Hey
I made a fatal mistake today of deleting content of wrong JS file. Now
this would not be a problem really if i would remember to...
CrustyDOD
|
03-08-2008 11:04 AM
Thomas 'PointedEars' Lahn | 1 | 8 |
|  | linderd wrote:
You are mistaken. For starters, a DOM is an API, it is not part of the
J(ava)Script programming language.
The correct answer has...
Thomas 'PointedEars' Lahn
|
03-08-2008 10:36 AM
Thomas 'PointedEars' Lahn | 0 | 3 |
|  | Question: If I have a lot of <img> tags on a site, all linking from
all sorts of domains, is there a way to check to see which ones have
finished...
dysfunct
|
03-08-2008 10:29 AM
Thomas 'PointedEars' Lahn | 13 | 14 |
|  | McKirahan a écrit :
I get only one url
Mozilla/5.0 (Macintosh; U; Intel Mac OS X; fr; rv:1.8.1.12)
Gecko/20080201 Firefox/2.0.0.12
--
sm
SAM
|
03-08-2008 07:42 AM
SAM | 0 | 4 |
|  | McKirahan wrote:
I get only two, so my Firefox 2.0.0.12 is 26 times better than yours. :-)
--
Steve...
Steve Swift
|
03-08-2008 07:14 AM
McKirahan | 1 | 2 |
|  | The following code does not seem to work, I have tried all
combinations of \\, \, \\\ etc. Unfortunately I can not change str .
<script...
oprah.chopra@gmail.com
|
03-08-2008 06:42 AM
Thomas 'PointedEars' Lahn | 3 | 4 |
|  | Hello
The code below is adding the counter value to the MySQL database but
the returned text from the send.php is not appearing in the
<div...
Geoff Cox
|
03-08-2008 05:40 AM
Geoff Cox | 1 | 4 |
|  | Hi,
I have a new project, and I need to know how the google guys did
create de map in analytics?
Is that a simple google map?
Thanks,
Pedro
Camacho
|
03-08-2008 03:21 AM
Ralf Beutler | 2 | 3 |
|  | linderd wrote on 08 mrt 2008 in comp.lang.javascript:
Why do you think it should?
The mouseup specifically is not on that element.
Methinks the...
Evertjan.
|
03-08-2008 03:09 AM
Evertjan. | 0 | 5 |
|  | I've been writing PHP scripts to automate my build process for
deployment. I'm not very happy with the result.
There must be proper tools for this....
timothytoe
|
03-07-2008 11:23 PM
Peter Michaux | 5 | 6 |
|  | I am new to YUI. I looked the datatable example and likes it a lot.
The example used PHP
----------------------javascript...
qingcai.wei@gmail.com
|
03-07-2008 07:29 PM
Tom Cole | 2 | 7 |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I change print settings...
FAQ server
|
03-07-2008 06:00 PM
FAQ server | 0 | 3 |
|  | Just a couple of language puzzles I compiled from a course I took
recently, quite entertaining...
Jevgeni Kabanov
|
03-07-2008 05:29 PM
Joost Diepenmaat | 4 | 5 |
|  | I am new to YUI. I looked the datatable example and likes it a lot.
The example used PHP
----------------------javascript...
qingcai.wei@gmail.com
|
03-07-2008 05:18 PM
qingcai.wei@gmail.com | 0 | 2 |
|  | I am new to YUI. I looked the datatable example and likes it a lot.
The example used PHP
----------------------javascript...
qingcai.wei@gmail.com
|
03-07-2008 05:17 PM
qingcai.wei@gmail.com | 0 | 4 |
|  | for ( var i = 0; i < div.firstChild.childNodes.length; ++i )
{
var marker = new Object();
marker.iii = i;
sys.addListener( marker, "click",...
jman
|
03-07-2008 03:54 PM
Thomas 'PointedEars' Lahn | 2 | 4 |
|  | I wrote two functions, one to backup the selection the user currently choose
and the other
one to restore it later on. Strangly my recover function...
Axel Gallus
|
03-07-2008 01:33 PM
pr | 5 | 6 |
|  | Acid3 test now tests DOM/Javascript scripting as well:
http://acid3.acidtests.org/
The main default (as with Acid2 as well) remains that it...
VK
|
03-07-2008 10:30 AM
VK | 0 | 3 |
|  | Hi!
I'm building a simple newsletter application using Classic ASP. In
order to avoid page timeout, I thought of using AJAX to send each...
marty3d
|
03-07-2008 07:14 AM
marty3d | 6 | 7 |