G
Guest
I have a drop down box that has links to other pages...my problem is I would
like to have the target for the hyperlink pages open with the target=_top.
Here is what I have for code so far.
<select size="1" name="D1" onchange="window.location.href=this.value;">
<option selected>Please Make a Choice</option>
<option value="http://localhost/game1_results.asp">Game 1 Results
</option>
</select>
any ideas on where I might add some code to get this to work?
Thanks for any help..
Rlittle
like to have the target for the hyperlink pages open with the target=_top.
Here is what I have for code so far.
<select size="1" name="D1" onchange="window.location.href=this.value;">
<option selected>Please Make a Choice</option>
<option value="http://localhost/game1_results.asp">Game 1 Results
</option>
</select>
any ideas on where I might add some code to get this to work?
Thanks for any help..
Rlittle