J
- jes
Greetings.
Using CSS, a programmer can set the color for an href link and a different
color for a VISITED href link.
Anyone know where this "list" of visited links is stored?
Is it accessible (can I read it) with ASP?
Is it updateable (can I add new links to the list) with ASP?
I have a forum that threads topics/subtopics on the first (TOPICS) page,
then displays the entire thread on the second (POSTS) page.
Each topic/subtopic ont the TOPICS page has a unique ID thus is a unique
link so when a user views the entire thread, only the link they clicked on is
colored as a visited link when they return to the TOPICS page after viewing
the thread.
I would like to update all the message links for the thread (as listed on
the POSTS page) when a viewer visits a topic so when they return to the
TOPICS page, all the links for that thread are seen as visited.
Much thanks in advance for sharing your experience.
Using CSS, a programmer can set the color for an href link and a different
color for a VISITED href link.
Anyone know where this "list" of visited links is stored?
Is it accessible (can I read it) with ASP?
Is it updateable (can I add new links to the list) with ASP?
I have a forum that threads topics/subtopics on the first (TOPICS) page,
then displays the entire thread on the second (POSTS) page.
Each topic/subtopic ont the TOPICS page has a unique ID thus is a unique
link so when a user views the entire thread, only the link they clicked on is
colored as a visited link when they return to the TOPICS page after viewing
the thread.
I would like to update all the message links for the thread (as listed on
the POSTS page) when a viewer visits a topic so when they return to the
TOPICS page, all the links for that thread are seen as visited.
Much thanks in advance for sharing your experience.