---------- Forwarded message ----------
From: Philip Thompson <[EMAIL PROTECTED]>
Date: Oct 19, 2007 8:31 AM
Subject: Re: [PHP] Need a hint how to use an anker on the next page
To: Per Jessen <[EMAIL PROTECTED]>

On 10/19/07, Per Jessen <[EMAIL PROTECTED]> wrote:
>
> Ronald Wiplinger wrote:
>
> > I have a long page (form), where the user has to return to the place
> > he left last time, or where in that page a question has not been
> > answered.
>
>
> Hi Ronald
>
> When you send the user back (maybe using a redirect), you supply the
> anchor on the URL by appending "#anchor".
>
>
> /Per Jessen, Zürich


Adding to Per's comments...

In the HTML:
<a  name="rose"></a>
3. Rose...

In the URL:
http://somewhere.com/somepage.php#rose

HTML specs: http://www.w3.org/TR/html401/
Your specific example:
http://www.w3.org/TR/html401/struct/links.html#h-12.2.1 (notice the anchor
reference in the URL =)

~Philip

(Sorry Per for sending that last one to just you.)

Reply via email to