![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: Select an Array, to Display
From: mick white <mick@mickweb.com>
Date: Tue Jan 31 2006 - 19:38:52 CET
Tyrone Slothrop wrote:
> It is a familiar story. It works in Firefox, but not in IE.
function selArr(whichArr){
>select name="someArray" onchge="selArr[this.value);">
> this.value is treated not as the defined array but as a var value, as
onchange="selArr(window[this[this.selectedindex].value]);
[...]
|