Hi all,
I have an .ascx page with a populated combobox:

<select id="Users" name="Users">
         <option value="New User">---New User---</option>
         <option value="TedWilson">Ted Wilson</option>
         <option value="KatyBruce">Katy Bruce</option>
</select>

I need that when the user select "New User" he will be redirected to
another page where he can insert the new user's value.

Ho can I accomplish this?

Thanks in advance.

Luis
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery (English)" group.
To post to this group, send email to jquery-en@googlegroups.com
To unsubscribe from this group, send email to 
jquery-en+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-en?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to