|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
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. dog Hund 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 |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
---------- Forwarded message ----------
From: Philip Thompson <philthathril@gmail.com> 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 <per@computer.org> On 10/19/07, Per Jessen <per@computer.org> 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.) |
|
![]() |
| Outils de la discussion | |
|
|