Monday, June 16, 2008

To move the cursor of a page to a certain location

We can move the cursor of a page to a certain location as indicated below:

Define within a <tr> tag, <a name="#pageTop"></a>

We can either achieve this through a href link as <a class="sub" href="#pageTop">Return Top Of Page</a>

Or

Achieve this through a javscript method as window.location.hash= "#pageTop";

No comments: