img tag mysterious disappeared?
Hello!A friend of mine got a strange problem, I bet any one around here may have a solution.
My friends description:
I have a website on a web hotel that supports ASP and consequently I have some of the pages coded with ASP.
A strange problem seems to appear for a few users that visit the website, although for most users it seems to work just fine, including myself, which makes it difficult for me to troubleshoot.
The problem is that the asp pages that contain image links won’t display the images in the end users browsers. I had one person send me her view source-code and I could see that the <img>tags simply had disappeared from the code, that is, the code looked like this:
<a href="somelink"></a>
instead of:
<a href="somelink"><img src="someimage" border="0"></a>
This only happens when the <img>tag is surrounded by a <a href>tag and it only happens on the asp pages, not the html pages.
What could be the reason for this to occur?
Does it have something to do with the server on the web hotel?
But why does it only occur for some users and not all?
It doesn’t seem that it has anything to do with the users browsers. One has the same browser as me, IE6 on a PC with a fast Internet connection.
Could it have something to do with the users Internet supplier?
But then wouldn’t they always have this problem with all web sites built with ASP?
That doesn’t seem to be the case. Anyone familiar with this problem?
Best regards from my friend and me!
Fredrik
