Hi all,

Is there a way to enable javascript with ww2 select tag? I wish to do
something like:

<select name="test" onChange="javascript:fill(this.form);">
    <option selected></option>
    <option value="Information Technology">Information Technology</option>
    <option value="Marketing" >Marketing</option>
    <option value="Customer Service" >Customer Service</option>
    <option value="Card Center" >Card Center</option>
</select>

where selecting one element will populate another control (input text field)
with the selected element.

What's the way to do it with ww2 tag?

thanks,
/bernard




-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to