in reply to Perl cgi - getting the values from select
You could make the javascript select all values in copy2 on submit (use the onsubmit attribute of the form tag), or you could put the values in a seperate hidden field while you're adding them to the select box. The first option seems easiest.
Joost
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl cgi - getting the values from select
by bradcathey (Prior) on Aug 07, 2004 at 14:59 UTC | |
|
Re^2: Perl cgi - getting the values from select
by kiat (Vicar) on Aug 08, 2004 at 02:18 UTC |