Linking to a website...DropDownList class with ASP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello, I've got a dropdownlist, and I'm trying to use it as a menu to link to other parts of my site, the problem is, if someone selects, say, 'Contact us' in the dropdown list, and they press the 'Go' button, how do I make the browser loadup the 'Contact Us' page

I hope I've explained it well enough

Thanks in advanc

- Denny
 
Well, I would of thought that there would of been someway to to instruct the browser to open a new webpage!!! I've searched all over, and I dont know... I've seen the 'link button' control, but that's not really what I'm after... is there a 'OpenNewURL' class tucked away somewhere???

Anyway, I've looked, any suggestions would be really grateful!!!

- Denny
 
In your postback, check the value selected in the dropdown, then do a
server.transfer.


Denny said:
Hello, I've got a dropdownlist, and I'm trying to use it as a menu to link
to other parts of my site, the problem is, if someone selects, say, 'Contact
us' in the dropdown list, and they press the 'Go' button, how do I make the
browser loadup the 'Contact Us' page?
 
Back
Top