|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Visited Link Color problem: More info
window, close it. If it opnes in teh same window, hit back. then hit REFRESH. Notice that while all links SHOULd be displayed in the visited color, usually not ALL of the links that open in a new window (the first 4) will appear as visited. The links that open in the same window will always appear as visited. How can I get IE to reliably indicate whether the user visited a link or not? <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>New Window</title> </head> <body> <span lang="en-us"><b>Ensure Internet History > 0 days. Clear to retest.</b></span><p> <b>New Window (Bad):</b></p> <p><a href="http://www.cnn.com" target="_blank">CNN</a></p> <p></p> <a href="http://www.microsoft.com" target="_blank">MS</a><p></p> <a href="http://www.msnbc.com" target="_blank">MSNBC</a><p></p> <a href="http://www.wallstreetjournal.com" target="_blank">Wall Street</a><p> </p> <p></p> <p><b>Same Window (Good): </b></p> <p></p> <a href="http://abcnews.go.com/">ABC</a><p></p> <a href="http://www.aljazeera.com/">Al-jazeera</a><p></p> <a href="http://www.latimes.com//">LA Times</a><p></p> <a href="http://www.foxnews.com">FOX</a><p></p> </body> </html> |
|||||||||||||||||||||||