Closed Thread Icon

Topic awaiting preservation: Silly form question (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=8892" title="Pages that link to Topic awaiting preservation: Silly form question (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Silly form question <span class="small">(Page 1 of 1)</span>\

 
krets
Paranoid (IV) Mad Scientist

From: KC, KS
Insane since: Nov 2002

posted posted 10-08-2003 18:40

Ok, say I have a form to use as navigation. I want the page to switch as soon as the person chooses the link but I don't want it to open in a new window.

<option value="window.open('link.html")>

What is the equivalent of that for opening that link in the same window?

:::11oh1:::

bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted posted 10-08-2003 19:20

location.href="whatever.com" to change location.

In this case you actually want your action in the select

<select onChange="location.href=this.value">
<option value="http://bitdamaged.com">bitdamaged
<option value="http://ozoneasylum.com">Asylum
</select>



.:[ Never resist a perfect moment ]:.

[This message has been edited by bitdamaged (edited 10-08-2003).]

« BackwardsOnwards »

Show Forum Drop Down Menu