Jump menu, anchors, i-frame

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?

hard to know without seeing the HTML - post a link?

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.