Topic awaiting preservation: fixing a view (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: |
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??? |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 09-19-2003 15:08
Bettina: Welcome. code: <a name="text_input"></a>
code: <form method="my_page.php#text_input">
|