View Full Version : POP-UP menu + I-frames


angjovan
06-10-2003, 03:23 PM
I am having a problem with some coding:
I have a popup menu on my index.html. There is also an iframe embedded in index.html. How can I direct the links from the popup menu to open into the iframe?

tnx.

here's the form code i have:

<form>
<select name=nav size="1" style="font-family: arial" onChange="location.href=(form.nav.options[form.nav.selectedIndex].value)">

<option value="0">Site Navigation:</option>
<option value="0"></option>
<option value="index2.html">Home</option>
<option value="photoindex.html">Pictures : Slike</option>
<option value="diary.html">Diary : Dnevnik</option>
<option value="links.html">Links</option>
<option value="0"></option>
<option value="quotations.html">Quotations</option>
<option value="0"></option>
<option value="blinkies.html">Blinkies</option>
<option value="dolls.html">Adoptions</option>
<option value="memberships.html">Memberships</option>
<option value="0"></option>
<option value="mailto:angjovan@yahoo.com">Email me</option>

</select>
</form>

Karen_
06-10-2003, 08:48 PM
You have to use the drop down menu that targets frames :)
http://www.lissaexplains.com/fun.shtml#dropframe