bookmark links from a differnet page

  • Thread starter Thread starter persona
  • Start date Start date
P

persona

Can anyone tell me if there is a way to either hyperlink from one page to a
new one and go to a bookmark on that (new page) (and not the top) using a
hyperlink, or a behavior (open browser window)

Thanks

Chris
 
persona said:
Can anyone tell me if there is a way to either hyperlink from one
page to a new one and go to a bookmark on that (new page) (and not
the top) using a hyperlink, or a behavior (open browser window)

Thanks

Chris

Hi Chris,
If the page you want to go *to* is "joe.html" add this on "joe.html", at the
point you want to go to
<a id="fred"></a>

Then when you want to *from* "george.html" add this link to "goerge.html"

<a hef="joe.html#fred">Go To fred</a>
 
Back
Top