in reply to Re^3: Dynamic Drop down in CGI
in thread Dynamic Drop down in CGI
Please don't use the propritary innerHTML attribute, use DOM methods (createElement() and friends) to manipulate the DOM. And for this special problem, use the form[].elements[].opions[] object to add new entries. (Example and documentation)
Alexander
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Dynamic Drop down in CGI
by almut (Canon) on Jun 09, 2009 at 22:33 UTC |