![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveCreating SELECT MULTIPLE via DOM methods
From: Adam Tilghman <atilghman@gmail.com>
Date: Thu Dec 15 2005 - 20:20:59 CET
Hi all,
I have found that IE doesn't seem to respect the <SELECT> "multiple"
Am I doing something wrong here?
if (navigator.appName.match(/Internet Explorer/)) {
Thanks!
|