focus

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
nincha
Forum Contributor
Posts: 191
Joined: Fri Mar 28, 2003 12:30 pm
Location: CA, USA

focus

Post by nincha »

any one got tips to focus to a certain area of a page after the page have been refreashed or linked to?
User avatar
SantaGhost
Forum Commoner
Posts: 41
Joined: Mon Sep 15, 2003 11:54 am

Post 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
Post Reply