
August 8th, 2000, 02:59 PM
|
|
Junior Member
|
|
Join Date: Aug 2000
Location: Portland, OR USA
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
I would like to open up a pop-up window to a glossary and have the pop-up go directly to the appropriate definition. If I were not using a JAVA pop-up window, I would simply go to a target anchor such as "#word3"
My current code is:
<A HREF="javascript:newwindow()" >Word 3</A>
This opens up the file Glossary.html in a 340 pixel scrollable pop-up window but does not target an anchor.
Anyone know how to do this?
|