bookmark links from a differnet page

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
 
T

Trevor L.

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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top