View Full Version : Problems with drop-down box!


Zeate
02-09-2003, 01:53 PM
Hi!
In my site, I'm using frames!

And in my Drop-down box I want the link too go to another frame..! If we take Lisa's example:


<form name="gotolocation2" method="POST">
<select name="lissamenu4" size=1
style="font-family: comic sans ms"
style="color: #FFFF00"
style="border: outset"
style="font-size: 9"
style="background: #CC99FF">
<option value="http://www.lissaexplains.com" style=background-color:;color:000000>Lissa Explains it All</option>
<option value="http://www.lissaexplains.com/cursor.shtml" style=background-color:ccccff;color:000000>Lissa's Cursors</option>
<option value="http://www.lissaexplains.com/home" style=background-color:ff99ff;color:000000>Lissa's Page</option>
<option value="http://www.lissaexplains.com/fun.shtml" style=background-color:9999ff;color:000000>Funstuff</option>
<option value="http://www.lissaexplains.com/java.shtml" style=background-color:ff66ff;color:000000>Java</option>
</select>
<input type="button" style="font-family: comic sans ms"
style="color: #000000"
style="font-size: 9"
style="background: CC99FF" onClick="location =
document.gotolocation2.lissamenu4.options
[document.gotolocation2.lissamenu4.selectedIndex].value;"
value="Go">
</form>

The frame it is from, is Bat, but I want it to be in Dok...
Like my links: <a target="DOK" href="index.html">

Sheila
02-09-2003, 05:25 PM
You need to use the one that targets frames...
http://www.lissaexplains.com/fun.shtml#dropframe