A simple thing!

admin

Administrator
Staff member
could someone tell me how to jump from one page to a section on another page? I have two pages 'rolled into one' and I want to be able to jump to the bottom half of that page.<br />
<br />
muchas grassyass<!--content-->Put a named target in the destination page like this:<br />
<br />
<a name="someName">&nbsp;</a><br />
<br />
Then refer to it in THE SAME PAGE like this:<br />
<a href=http://www.htmlforums.com/archive/index.php/"#someName"><br />
<br />
or in ANOTHER PAGE like this:<br />
<a href=http://www.htmlforums.com/archive/index.php/"http://www.domain.com/subdir/page5.html#someName">&nbsp</a><!--content-->
 
Back
Top