Posted by The One on 05/16/06 12:28
> I'm not sure if this should be done with html or javascript, but i need
> to go to a bookmark in a page when the page loads.
suffix #<bookmark name>
create bookmarks by using the A tag
<a name="MyFirstBookmark"></a>
this will create a bookmark on the page apple.html
to go to that bookmark automatically when the page loads, the link should
look like this
http://www.mydomain.com/apple.html#MyFirstBookmark
--
The One
"AsherMaximum" <AsherMaximum@gmail.com> wrote in message
news:1147740201.217770.97770@u72g2000cwu.googlegroups.com...
Navigation:
[Reply to this message]
|