[thelist] Landing on an anchor in a new window

{ schaapy } list01 at theparagon.org
Sun May 5 18:24:01 CDT 2002


> I have link to open a new window: (watch wrap)
>
> <a href="glossary.html" target="_blank"
onClick="javascript:infowin();return
> false;"><img src="images/bookc.gif" alt="Glossary" name="Glossary"
width="16"
> height="16" border="0" id="Glossary"></a>
>
> But I not only want to open the window "glossary.html", but I
> want to land on the anchor "name". Isn't there a way to do this?
> I've drawn a blank...



Try just putting "glossary.html#myanchor" -- that should work.


<a href="glossary.html#myanchor" target="_blank"
onClick="javascript:infowin();return
false;"><img src="images/bookc.gif" alt="Glossary" name="Glossary"
width="16"
height="16" border="0" id="Glossary"></a>

---------------------------
Aaron Schaap
www.theparagon.org




More information about the thelist mailing list