Hi all,
I have a contact form at the bottom of my webpage. When the user submits the form, the page is reloaded and the user moved back to the top of the webpage. I want focus to be returned to the contact form.
Therefore I have created an anchor point within the contact form:-
<a name="anchor"></a>
How do I get the anchor point linked to within HTML or PHP?
Thanks guys.


