M
MaineBoy
Hi! Hope someone out there can give this JavaScript newbie a hand.
The site in question is at http://www.sufumaine.org
All pages are launched from the home page, and the table there within.
The issue is that the client wants only the last link visited to be in
the "visited" color (yellowish)
The site functions now except that, unless if you refresh the home page,
all of the visited "links" (they're actually text with frontpage
behavoirs applied) remain in the "visited" color.
I thought perhaps a refresh() might do it, I tried various ways of
changing ALL of the text on a page back to green before changing the
individual item to its new color. I just can't seem to get it.
I'd be interested in the "right way" to do this in the long term, if
there is something fundamental I have overlooked.
More pressing now is a way to fix what's there.
All help is greatfully appreciated.
Thanks to all in advance.
MaineBoy
The site in question is at http://www.sufumaine.org
All pages are launched from the home page, and the table there within.
The issue is that the client wants only the last link visited to be in
the "visited" color (yellowish)
The site functions now except that, unless if you refresh the home page,
all of the visited "links" (they're actually text with frontpage
behavoirs applied) remain in the "visited" color.
I thought perhaps a refresh() might do it, I tried various ways of
changing ALL of the text on a page back to green before changing the
individual item to its new color. I just can't seem to get it.
I'd be interested in the "right way" to do this in the long term, if
there is something fundamental I have overlooked.
More pressing now is a way to fix what's there.
All help is greatfully appreciated.
Thanks to all in advance.
MaineBoy