PDA

View Full Version : jump menu, anchors, i-frame



darley
August 1st, 2003, 04:08 PM
i have a jump menu with links in it. upon choosing the link i would like to jump to an anchor in the i-frame. i have tried the standard way for text links:

<option value = glossary.htm#pantone target="defs">Pantone

with glossary.htm being the contents for the i-frame, pantone being the anchor name and defs being the name of the i-frame.

any ideas?

iso
August 3rd, 2003, 04:59 PM
hard to know without seeing the HTML - post a link?

darley
August 4th, 2003, 01:23 PM
well i figured it out...

in the form area for the jump menu i found the area that i should change, here it is.


<select name="glossary" onChange="MM_jumpMenu('defs',this)">
here is the area where the items in the menu go
</select>
<input type="button" name="Button1" value="Go" onClick="MM_jumpMenuGo('glossary','defs')">

the area defined as defs did the job in targeting the i-frame named defs.