UncleRic
05-02-2007, 03:24 PM
Greetings:
What is the syntax for passing a selected value as an onClick function parameter?
I've tried something like this:
<select onClick="processSomething(this.value)">
<option value="A">A Value</option>
</select>
This syntax is apparently wrong.
Regards,
Ric.
What is the syntax for passing a selected value as an onClick function parameter?
I've tried something like this:
<select onClick="processSomething(this.value)">
<option value="A">A Value</option>
</select>
This syntax is apparently wrong.
Regards,
Ric.