
08-29-2009
|
|
|
|
Re: I8E possible bug? IMG SRC BLANK
Hi Arraka,
Turn off "Automatically recover from rendering errors with Compatibility
View" on the Advanced tab of Internet Options when debugging your web sites.
Validate your markup and layout (CSS) F12>Vaildate
You have other errors on your page with is tripping the IE Compatibility
View error handling to re-request the whole document.
(I think that an empty src attribute is not valid.... but it will depend
upon what Doctype schema you have chosen).
Regards.
"Arrka" <Arrka@discussions.microsoft.com> wrote in message
news:40CD8FD8-1631-4D95-8E9B-232D18EC8BA4@microsoft.com...
> I have IE8 Version: 8.0.6001.18702 running on Windows Server 2003. I was
> debugging in Visual Studio 2005. I was wondering why I got 2 calls from my
> browser from my default.aspx.
>
> I found that <img src="" ....> (none/empty SRC), will make a another
> request
> to my IIS and since my default document is default.aspx, it executes my
> default.aspx on the second time. It should not happens this way. I have
> checked FF, and it does not make a call to the server when there is
> blank/empty SRC.
>
> regards
>
>
|