Hi Tony,
I think no server-side application had any effect on the viewing position on
the page, it's totally client side. To use this anyway, you could do this in
PHP :
http://"; . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF']
. "#" . $_GET['go']);
exit;
}
//rest of your code
?>
This code dete
> is a _reserved_ word in .asp which acts like the symbol "#" - serving as
> the
> anchor.
Are you sure? ASP is a server-side language, it would have to output HTML
to go to the anchor, and I don't think there /is/ any such html.
--
PHP General Mailing List (http://www.php.net/)
To unsubscri
Ivo:
> Why not use :
> www.thesite.com/thepage.asp#here
.
Thank you Ivo.
I don't usually use asp but was wondering if the word "go" in asp like:
www.thesite.com/thepage.asp?go=here
is a _reserved_ word in .asp which acts like the symbol "#" - serving as
the
anchor.
And
"Anthony Ritter" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I am trying to access a page published on a server - and then using an
> anchor - to jump to a specific paragraph on that page.
>
> For instance, if using asp, I could write:
> www.thesite.com/thepage.asp?go=here
>
> whe
4 matches
Mail list logo