Fwd: [PHP] Need a hint how to use an anker on the next page

2007-10-19 Thread Philip Thompson
-- 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:

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.)


Re: [PHP] Need a hint how to use an anker on the next page

2007-10-19 Thread Per Jessen
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

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Need a hint how to use an anker on the next page

2007-10-18 Thread Ronald Wiplinger
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.


Example:

Tell me the German word for: Your answer:

1. dogHund
2. cat  Katze
3. rose
4. car Auto


in the example the third one has not been answered, by returning to that 
page the display start nearby "3. rose".


bye

Ronald

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php