What am I missing?

Lighter

*censored*
Joined
11 Nov 2002
Messages
237
How can I target the url launch? Some I need to launch into a new window, some into the parent window. With the below form, the standard target tag doesn't work.

Code:
<form name="jump">
<select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
<option value="">Test Menu</option>
<option value="http://www.blank.net">Blank 1</option>
<option value="http://www.blank.net">Blank 2</option>
<option value="http://www.blank.net">Blank 3</option>
</select>
</form>
 
With parent window you use "parent.location = ..." and with new window you'll need to use the window.open() function afaik.
 
'doh.

<select name="menu" onChange= " window.open(document.jump.menu.options[document.jump.menu.selectedIndex].value);" value="GO">

Yup...That worked. Thanks, Zedric. :)
 

Members online

No members online now.

Latest profile posts

Also Hi EP and people. I found this place again while looking through a oooollllllldddd backup. I have filled over 10TB and was looking at my collection of antiques. Any bids on the 500Mhz Win 95 fix?
Any of the SP crew still out there?
Xie wrote on Electronic Punk's profile.
Impressed you have kept this alive this long EP! So many sites have come and gone. :(

Just did some crude math and I apparently joined almost 18yrs ago, how is that possible???
hello peeps... is been some time since i last came here.
Electronic Punk wrote on Sazar's profile.
Rest in peace my friend, been trying to find you and finally did in the worst way imaginable.

Forum statistics

Threads
62,015
Messages
673,494
Members
5,621
Latest member
naeemsafi
Back