Duke Will
07-31-2003, 07:01 PM
This is the link in my html...
<FORM ACTION="lyrics.html#allthefarms" target="_blank" METHOD=GET>
This is the anchor...
<I><A NAME="allthefarms">"All</A> The Farms Are Gone"</I>
When I click on the link, it opens a new window but it does not go down to the anchor.
BTW, see how I have the anchor surrounding the word "all?" Is that necessary? Can you just stick it BEFORE the word or does it have to be attached to something?
P.S. I also note that the URL in the address window of the new popup page is like this...
http://www.mysite.com/lyrics.html?x=12&y=13
Any idea why that x, y stuff is there? Something to do with a Netscape code provision in my code?
<FORM ACTION="lyrics.html#allthefarms" target="_blank" METHOD=GET>
This is the anchor...
<I><A NAME="allthefarms">"All</A> The Farms Are Gone"</I>
When I click on the link, it opens a new window but it does not go down to the anchor.
BTW, see how I have the anchor surrounding the word "all?" Is that necessary? Can you just stick it BEFORE the word or does it have to be attached to something?
P.S. I also note that the URL in the address window of the new popup page is like this...
http://www.mysite.com/lyrics.html?x=12&y=13
Any idea why that x, y stuff is there? Something to do with a Netscape code provision in my code?