HTML question: Going to an anchor on loading page
ronnie gauthier
ronnieg
Mon May 17 11:39:04 PDT 2004
When you generate the page save it to file in a tmp folder with a
unique name (r5j43cu8.html). Feed the browser a Location header
pointing to the file with the anchor in the url.
$go_to = "http://domain.com/tmp/r5j43cu8.html#you_are_here";
print "Location: $go_to","\n\n";exit(0);
On Sun, 20 Oct 2002 01:04:49 -0400
Joel Hammer <Joel at HammersHome.com> wrote:
>I know I have seen this but I can't find it now.
>
>How does one make the browser go to a certain anchor in an html page
>when it loads?
>
>Thanks,
>
>Joel
>
>_______________________________________________
>Linux-users mailing list
>Linux-users at linux-sxs.org
>Unsubscribe/Suspend/Etc ->
>http://www.linux-sxs.org/mailman/listinfo/linux-users
More information about the Linux-users
mailing list