Scrolling to anchor in CGI-generated HTML?
Ramon M Felciano (felciano@camis.stanford.edu)
Mon, 19 Feb 96 05:20:09 -0800
Hi --
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. If it were a simple HTML link, I could do
something like:
http://my.host.com/index.html#neato
which would jump to anchor "neato" in "index.html".
However, I have a URL like this:
http://my.host.com/cgi-bin/myscript.pl
which returns a generated HTML document. Can I scroll it to a particular place?
Thanks.
Ramon M. Felciano