[Javascript] Dropdown to implement different functions problem

Geoff Corriere geoff at cpe1.com
Tue Jul 8 07:38:57 CDT 2003


Try changing the following line

<select name="parent" onClick="process(value)">

to

<select name="parent" onChange="process(value)">

That might help the behavior of the form/script



More information about the Javascript mailing list