$("#Users").change(function() {

var url = $(this).val();

top.location = url;

});

On Tue, Jun 16, 2009 at 3:53 PM, ciupaz <luigi.zambe...@gmail.com> wrote:

>
> 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
> >
>

Reply via email to