Scrolling to anchor in CGI-generated HTML?
A. P. Harris (apharris@onshore.com)
Tue, 20 Feb 1996 16:54:56 -0600
[You (Ramon M Felciano)]
>Is there anyway to pre-scroll an HTML document generated by a CGI? That is, I
>want to do the equivalent of jumping to an anchor point within a document, but
>have that point defined by the CGI.
[...]
the only way to do it is either to make the calling HREF be
http://my.host.com/cgi-bin/myscript.pl#fragment, or else to have
the script spit out a redirect to the fragment. BTW, fragments
will work in conjunction with extra path information or query strings
as well.
.....A. P. Harris...apharris@onShore.com...<URL:http://www.onShore.com/>