|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Question about visited links
Hello,
I have the following code: <iframe src="test.htm"></iframe> <a href="test.htm">link</a> In Firefox, "link" will appear as already visited(in purple color). But in IE, "link" appear as not visited(still in blue). Is there any way to make "link" appear as visited in IE also? Thank you very much. |
|
#2
|
||||
|
||||
|
Use CSS to define your link's appearance and it should theoretically work similar in both.
__________________
medialint.com "Beware of the man who works hard to learn something, learns it, and finds himself no wiser than before. He is full of murderous resentment of people who are ignorant without having come by their ignorance the hard way." - Vonnegut - Cat's Cradle, 1963 |
|
#3
|
|||
|
|||
|
|
|
#4
|
|||
|
|||
|
I tired this, it is still the same.
I guess I should explain more clearly. I have main.html as following: <iframe src="test.htm"></iframe> <a href="test.htm">link</a> I load http://..../main.html in different browser. In IE, it consider test.htm as not visited although it have been loaded in iframe. No matter how css is set, "link" always shows as not visited. Only after I visit http://..../test.htm, then I load http://..../main.htm again, "link" shows as visited. But in Firefox, it consider test.htm as visited, the first time I load http://..../main.htm, "link" shows as visited. I believe this has something to do with how IE and fiiefox deal with history or cache. I am wondering is there anyway to make IE behave the same as firefox. Thank you very much. |
|
#5
|
||||
|
||||
|
Quote:
Good luck trying to get them to behave the same...aka impossible...It has to do with cache and... Quote:
![]() |
|
#6
|
|||
|
|||
|
I tried to clear cache and history in firefox, it still acts the same.
IE also have a cache, right? I am just really curious about this issue. Since in iframe, test.html has already been loaded, why it does not show the link as visited? Sorry for kept asking. ............. and thank you for your reply Quote:
|
|
#7
|
|||
|
|||
|
Part of the problem may be frames. Try using our suggestion without frames. Use different HTML.
|
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Question about visited links |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|