![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveDynamic Select Drop Down, Difficulty Setting Options
From: Adam <budgieofdarkness@gmail.com>
Date: Fri Aug 12 2005 - 17:05:46 CEST
Hey,
I'm trying to write a script with two standard drop down boxes. One
At the Start....
Once a specific month is selected...
document.forms['testform'].day.options.length = 30;
I am a bit of a newbie to JS, but I assume its OK to have an array of
Basically, I can never write any values to the options. Changing the
According to Firefox I am "setting a property that has only a
Does anyone have any suggestions please?
Cheers,
AdamK
|