Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

onchange

Status
Not open for further replies.

boatguy

Programmer
Oct 22, 2001
153
US
Hi,

I have ONCHANGE="location = this.options[this.selectedIndex].value;" working for my select box, but I need it to open a new window instead of opening the url in the current window. Although I would think it would be an easy task for anyone who knows java script (obviously I don't), I've searched but don't see a reference to this anywhere. Any suggestions?

Thanks.
 
>but I need it to open a new window instead of opening the url in the current window
[tt] onchange="window.open(this.value);"[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top