![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveSelect an Array, to Display
From: Tyrone Slothrop <ts@paranoids.com>
Date: Tue Jan 31 2006 - 17:34:47 CET
It is a familiar story. It works in Firefox, but not in IE.
I want to dynamically populate a select box with an array of values
Assuming that the arrays are name a, b. and c:
<select name="someArray">
function selArr(whichArr) {
I have run into this before where IE ignores any calls to a function
Any ideas how to get around this?
TIA!
|