[thelist] Linking to #top in Another Frame

Gregory.John.Toland@ccmail.census.gov Gregory.John.Toland at ccmail.census.gov
Mon Apr 3 13:38:15 2000


If I have the following FRAMESET...

<frameset rows="20%, *, 5%">
   <frame name="Heading" src="Heading.htm">
   <frame name="Contents" src="Home.htm">
   <frame name="Footnote" src="Footnote.htm">
</frameset>

And in the Footnote.htm file I have a link....

     <A HREF="???">Go Top</A>

What goes in the ??? such that the FRAME named Contents moves to the top (#top).

I have tried

     < A HREF="#top" target="Contents">Go Top</A>

but that did not work.

I could not find a gotop() method of either the location, frames, or window
objects.  Any help you could give would be a big help.  Also, I could say to
myself "You learn something everday".

Thanks!

Greg