FF2 (at least) doesn't mark as link as :visited if it triggers the onclick handler without following the href. I'm using onclick to fetch data from a server and modify the page and the link styling seems appropriate here. But the link is not marked as visited.
Is there a cross-browser way to mark the link as visited? Failing that, is there a way to determine the browser's a:visited styling and apply it to the link?
Thanks to all who replied.
Looks like the answers are:
- Is there a cross-browser way to mark the link as visited?
No, there's no way to do this. Links are identified as visited if the href is in the browser history.
- Is there a way to determine the browser's a:visited styling?
No, not via javascript alone.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…