Page 1 of 1

focus

Posted: Mon Sep 15, 2003 2:26 pm
by nincha
any one got tips to focus to a certain area of a page after the page have been refreashed or linked to?

Posted: Mon Sep 15, 2003 2:40 pm
by SantaGhost
area to be focused on:

Code: Select all

<a name="focushere">focus this</a>
link:

Code: Select all

<a href="myfile.html#focushere">focus on section of page</a>

you can also focus on a input using javascript