If you're trying to stick on the same page (not change pages), you can just make an A tag like <A HREF="#nexttarget"> Then, as long as you have <A NAME="nexttarget"> defined somewhere in that page, you're all set!
On Sun, 20 Oct 2002 02:23:28-0400 Joel Hammer<[EMAIL PROTECTED]> wrote: > Thanks. That sounds like it will work. But, I'll won't try it until > tomorrow morning. > > Joel > > > On Sun, Oct 20, 2002 at 01:08:33AM -0500, ronnie gauthier wrote: > > 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); > > > _______________________________________________ > Linux-users mailing list > [EMAIL PROTECTED] > Unsubscribe/Suspend/Etc -> > http://www.linux-sxs.org/mailman/listinfo/linux-users
msg07519/pgp00000.pgp
Description: PGP signature
