| Thread | Last Post | Replies |
|
| firefox and problems with getElementById | 30 Nov 2005 23:56 GMT | 5 |
I am trying to alter css using javascript as well as use the innerHTML function. I have pasted below 3 forms that access getElementById in slightly different ways (I wanted to rule out that it was the method.) All 3 work fine on IE but only work momentarily on Firefox. For
|
| need help with client-side table behavior | 30 Nov 2005 22:33 GMT | 1 |
I have a table that changes its cell (input text) colors when their contents have changed (actually on keypress) and shows a couple of buttons automatically, UDPATE and CANCEL. This works partially, though detecting enter and escape doesn't seem to work, or parhaps calling the ...
|
| prompt not working | 30 Nov 2005 22:28 GMT | 5 |
I'm just starting out with javascript and the following is not working as it should. The expected prompt dialog box never appears. <head> <script language="JavaScript"><!--
|
| How to use a variable as a part of an object | 30 Nov 2005 22:24 GMT | 3 |
To change the value of input boxes I use document.MyForm.MyInput1.value = "Test"; document.MyForm.MyInput2.value = "Test"; Is it also possible to use a variable instead of MyInput1 and MyInput2?
|
| Identical rollover buttons on same page | 30 Nov 2005 20:41 GMT | 1 |
I have the identical rollover button on the same page, going to different links. (They are links to the given institution's online store.) Is there a simplified script that doesn't require each button to be uniquely named? At this point I have 34+ of changes with each button ...
|
| Asyncronous javascript component or thread emulation? | 30 Nov 2005 19:25 GMT | 4 |
I'm working on a project where a javascript program will get into the middle of some very complicated operation and then decide it needs to use to download an xml file from a server. Because it's in the middle of something potentially complicated
|
| Detect and Display Windows Version | 30 Nov 2005 18:46 GMT | 9 |
Please help. Looking for a script to detect and display what version of Windows a user is running. Thanks in advance. Rich
|
| help required with validation | 30 Nov 2005 18:41 GMT | 8 |
I have the following form written in html which I need to validate. Have tried a few things, but the validation bit written in javascript does not seem to be getting accessed at all. Can somebody please tell me what is wrong.
|
| Disabling the close button | 30 Nov 2005 17:46 GMT | 13 |
All, How can I disable or remove the close button in the screen. thanks
|
| Which button was clicked to cause validation? | 30 Nov 2005 16:23 GMT | 8 |
Hello, it a .net app, in my client javascript code I would like to find out what event caused the page to validate. No, setting a hidden this or that will not do. I just want to know what event caused the validation.
|
| Problem with object instance.... | 30 Nov 2005 14:17 GMT | 3 |
I'm new to JavaScript and this is annoying me. I have defined a "class" (JavaScript OO seems really strange to me...) in the following way: function StateSuggestions(pSource) { this.source = pSource;
|
| Quicktime SetURL from Javascript | 30 Nov 2005 14:14 GMT | 3 |
When I have a Quicktime object embedded in my web page, and I use Javascript to set its URL, the clip always starts playing immediately, even if I have the player's autoplay property set to false. Here is a code snippet:
|
| XMLHttpRequest post hangs on Firefox / Mozilla | 30 Nov 2005 13:43 GMT | 3 |
Hello, the following bit of (stripped down) code works fine in IE, but on Gecko based browsers - Firefox 1.0.7 Mozilla 1.7.12
|
| how to do the google suggest text box functionality | 30 Nov 2005 12:51 GMT | 2 |
I am a dotnet developer.Ho we can do the functionality exists in google suggest site (http://www.google.com/webhp?complete=1&hl=en).In this site in search text box if we enter some text it will automatically populate the
|
| Problem with URL | 30 Nov 2005 12:28 GMT | 2 |
I have a HTML page, for example http://www.mypage.html. If I want to go to www.google.com, is some way to be able to recover with Javascript "www.google.com"? I have tried it with window.location, etc but she does not serve to me
|