Bookmark that jumps pages

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a small on-line dictionary. In other parts of my site, when I mention
a technical term, I would like the ability for someone to be able to click on
the technical term and be sent to the appropriate entry in the dictionary. I
believe that it is possible to do something like this using "bookmarks" but
only within a page. How can I do this if the visitor is on one page and the
dictionary is on another page within the same site?

Once the visitor arrives at the dictionary, I would then like him to be able
to click on a button and return to the original page. However, I think I have
the code to do this: <a href="javascript:history.go(-1)">Go Back</a>

Doug Stewart
 
1. Create your bookmarks in the dictionary page, save and leave open
2. Create the link to your bookmark, by selecting the page (current open), then in the dropdown
select the appropriate bookmark.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Back
Top