Hi, I have a problem with a javascript set of functions that I made.
This functions walk the entire Html page and then add the onclick event to every anchor it finds.
It do some check on the anchor href and redirect to it (using window.location.href)
My problem is that the cronology don't work properly this way, and the :visited selector don't work anymore.
How I can preserve the chronology and let the :visited selector work properly?
Regards