dragonchild has asked for the wisdom of the Perl Monks concerning the following question:
<form name="someForm" id="someForm" method="POST"> <select name="foo" onChange="someForm.submit()"> <option value="1">First Option</option> <option value="2" SELECTED>First Option</option> </select>
------
We are the carpenters and bricklayers of the Information Age.
Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: WWW::Mechanize and JS onClick attributes
by Corion (Patriarch) on Jan 22, 2004 at 17:37 UTC | |
|
Re: WWW::Mechanize and JS onClick attributes
by Mr. Muskrat (Canon) on Jan 23, 2004 at 04:04 UTC | |
by simonm (Vicar) on Jan 23, 2004 at 16:31 UTC |