Click to See Complete Forum and Search --> : Halfway a page after reloading


Ritz
02-26-2003, 03:57 PM
Hello, I hope someone can help me with the following:

I'm reading somewhere half-way a webpage and push a button on that page, which causes the page to reload with different variables.

The problem is that after the reload the browser shows the top of the page. How can I make the browser show the part I was reading?

In short: when I click a button on a page, and it reloads, how can I get the browser to focus on the button again and not on the top of the page?

(I hope that my question is clear, for enlish isn't my first language)

jdavia
02-26-2003, 05:09 PM
Originally posted by Ritz
Hello, I'm reading somewhere half-way a webpage and push a button on that page, which causes the page to reload with different variables.

The problem is that after the reload the browser shows the top of the page. How can I make the browser show the part I was reading?

In short: when I click a button on a page, and it reloads, how can I get the browser to focus on the button again and not on the top of the page?


To link to that page and location the code would be:

<a href="samesite.htm#destination_name">Another Page</a>

The name tag would be placed on the page at the desired location.
<A HREF="#destination_name">name</A>

Re-name them for yours