Forum Moderators: open
After the user clicks the link, sees the new window, and returns to the site, the link shows its a:visited color. But as soon as they click anywhere on the page, the link reverts to its default unvisited color. It changes to its a:visited color after the user navigates to another page within the site or if he refreshes the page.
Links without javascript change, of course, but that's because the user goes to that other page in the site.
Here is the code:
<a href="http://www.example.org/" onclick="MM_openBrWindow('http://www.example.org/','pagename',
'toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,
resizable=yes,width=800,height=600'); return false;">link</a> Naturally, this problem does not happen with FF on Mac or PC. ;-)
Can I insert more code into the onclick to refresh the originating page? Is there something else I can do? Thanks.
[edited by: encyclo at 7:58 pm (utc) on Aug. 11, 2007]
[edit reason] added line breaks to fix side-scroll [/edit]