Intranet Hyperlink colors

J

Jean Persoon

When I use hyperlinks that goto bookmarks within the same web page, once one hyperlink is visited all other hyperlinks change to display the visited color also. They are all seperate hyperlinks, to seperate bookmarks. How can I keep all hyperlinks from changing????
 
J

Jim Buyens

-----Original Message-----
When I use hyperlinks that goto bookmarks within the
same web page, once one hyperlink is visited all other
hyperlinks change to display the visited color also.
They are all seperate hyperlinks, to seperate bookmarks.
How can I keep all hyperlinks from changing????

I don't believe this is possible without a good deal of
trouble.

Basically, you would have to configure these hyperlinks to
always display the same color, whether they'd been clicked
or not. Then, you'd need to configure each link to run a
script that changed that color of that one link, and only
then jumped to the actual bookmark.

Of course, that wouldn't persist from one page view to the
next. For that, you'd have to do some fancy JavaScript
coding that involved cookies.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
S

Steve H

It it simply must be done, then--
1. Make a separate page for each bookmark.
2. On each page, make a redirect to its bookmark.
3. Now make your URLs link to the redirect pages rather
than the actual bookmarked page.

Steve H
-----Original Message-----
When I use hyperlinks that goto bookmarks within the same
web page, once one hyperlink is visited all other
hyperlinks change to display the visited color also. They
are all seperate hyperlinks, to seperate bookmarks. How
can I keep all hyperlinks from changing????
 
Top