Closed Thread Icon

Topic awaiting preservation: fixing a view (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=12899" title="Pages that link to Topic awaiting preservation: fixing a view (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: fixing a view <span class="small">(Page 1 of 1)</span>\

 
Bettina
Obsessive-Compulsive (I) Inmate

From:
Insane since: Sep 2003

posted posted 09-19-2003 13:27

I have an input text feld and an input button. After entering something in my input text feld, I press the input button and an event will occur (a word search). After this event, a new value will appear in my input text feld (the word found). The problem is that to see my input text feld and text button it is necessary to scroll (you cannot see them when you open the page), and after the event, the view goes to the top of the page and I have to scroll again to see my input text feld. Is there any way to fix the view, so that after the event I can see directly my input text feld???

Thanks in advance.

Bettina


Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 09-19-2003 15:08

Bettina: Welcome.

The simple answer is to use this on your HTML just before your input:

code:
<a name="text_input"></a>



and the in the action instead of my_page.php (or whatever you are using) use:

code:
<form method="my_page.php#text_input">



Hope that helps.

___________________
Emps

FAQs: Emperor

« BackwardsOnwards »

Show Forum Drop Down Menu