473,322 Members | 1,241 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

Images Missing when loading ASP page

Ed
I first noticed this in my own app. Images would show up missing [red X]
randomly on IE 6.0.2800.1106 on Windows 2000 server.

I then was able to repro this problem on Microsoft's website!!! The page I
used was
http://www.microsoft.com/windows/ie/...p1/default.asp
After pressing [F5] to refresh the page six times, I noticed missing images
on the page.

This problem seems to be very reproducible. I coded a sample ASP page which
references the same images 10 times on the same page. Loaded in IE. Upon
pressing [F5] several times, the images will be identified as missing [red
X]. Refresh the page again, it's fine.....etc.

I'm up-todate with all latest MS patches. Has anyone else seen this
problem?

Is this an ASP problem or is it an IE6 bug?
Jul 19 '05 #1
6 3316
I'd be willing to bet it's an IE issue, not an IIS issue. Try loading the
page in another browser, if you have another one installed. I think that of
all the times I've been to Microsoft's site, I've only seen the red X like
once or maybe twice.

Ray at home

"Ed" <ed*********@hotmail.com> wrote in message
news:uo****************@tk2msftngp13.phx.gbl...
I first noticed this in my own app. Images would show up missing [red X]
randomly on IE 6.0.2800.1106 on Windows 2000 server.

I then was able to repro this problem on Microsoft's website!!! The page I used was
http://www.microsoft.com/windows/ie/...p1/default.asp
After pressing [F5] to refresh the page six times, I noticed missing images on the page.

This problem seems to be very reproducible. I coded a sample ASP page which references the same images 10 times on the same page. Loaded in IE. Upon
pressing [F5] several times, the images will be identified as missing [red
X]. Refresh the page again, it's fine.....etc.

I'm up-todate with all latest MS patches. Has anyone else seen this
problem?

Is this an ASP problem or is it an IE6 bug?

Jul 19 '05 #2
i have seen that. All i could gather was that IIS was doing too many <%%>.

Try doing just one image and see what happens

"Ray at <%=sLocation%>" <myfirstname at lane 34 . komm> wrote in message
news:uo**************@TK2MSFTNGP12.phx.gbl...
I'd be willing to bet it's an IE issue, not an IIS issue. Try loading the
page in another browser, if you have another one installed. I think that of all the times I've been to Microsoft's site, I've only seen the red X like
once or maybe twice.

Ray at home

"Ed" <ed*********@hotmail.com> wrote in message
news:uo****************@tk2msftngp13.phx.gbl...
I first noticed this in my own app. Images would show up missing [red X] randomly on IE 6.0.2800.1106 on Windows 2000 server.

I then was able to repro this problem on Microsoft's website!!! The page
I
used was

http://www.microsoft.com/windows/ie/...p1/default.asp After pressing [F5] to refresh the page six times, I noticed missing

images
on the page.

This problem seems to be very reproducible. I coded a sample ASP page

which
references the same images 10 times on the same page. Loaded in IE. Upon pressing [F5] several times, the images will be identified as missing [red X]. Refresh the page again, it's fine.....etc.

I'm up-todate with all latest MS patches. Has anyone else seen this
problem?

Is this an ASP problem or is it an IE6 bug?


Jul 19 '05 #3
Ed
UPDATE!

I found out that if the ASP page contains <SCRIPT>, images that are
references multiple times on the same page would become red X upon pressing
[F5] (refresh) for several times. If I were to remove the <SCRIPT> from the
ASP, the red X problem went away.

Looks like a caching bug in IE 6...

(I'm cross-posting this to the IE6 group and see what the experts think.)
"Jeff Clark" <JeffC@NO_SPAMreturnventures.com> wrote in message
news:Oq****************@TK2MSFTNGP09.phx.gbl...
i have seen that. All i could gather was that IIS was doing too many <%%>.
Try doing just one image and see what happens

"Ray at <%=sLocation%>" <myfirstname at lane 34 . komm> wrote in message
news:uo**************@TK2MSFTNGP12.phx.gbl...
I'd be willing to bet it's an IE issue, not an IIS issue. Try loading the
page in another browser, if you have another one installed. I think that
of
all the times I've been to Microsoft's site, I've only seen the red X

like once or maybe twice.

Ray at home

"Ed" <ed*********@hotmail.com> wrote in message
news:uo****************@tk2msftngp13.phx.gbl...
I first noticed this in my own app. Images would show up missing [red

X] randomly on IE 6.0.2800.1106 on Windows 2000 server.

I then was able to repro this problem on Microsoft's website!!! The page
I
used was

http://www.microsoft.com/windows/ie/...p1/default.asp After pressing [F5] to refresh the page six times, I noticed missing

images
on the page.

This problem seems to be very reproducible. I coded a sample ASP page

which
references the same images 10 times on the same page. Loaded in IE. Upon pressing [F5] several times, the images will be identified as missing [red X]. Refresh the page again, it's fine.....etc.

I'm up-todate with all latest MS patches. Has anyone else seen this
problem?

Is this an ASP problem or is it an IE6 bug?

Jul 19 '05 #4
The problem was you were mixing apples and oranges.

<SCRIPT> is for client side-script and runs in the browser, which is
not ASP.
ASP is server-side and runs on the server, and uses "<% %>" as
delimiters.

When you removed the <SCRIPT> tags it worked like it should, before
that it wouldn't have.
--

Phillip Windell [CCNA, MVP, MCP]
WAND-TV (ABC Affiliate)
www.wandtv.com

"Ed" <ed*********@hotmail.com> wrote in message
news:eO**************@TK2MSFTNGP11.phx.gbl...
UPDATE!

I found out that if the ASP page contains <SCRIPT>, images that are
references multiple times on the same page would become red X upon pressing [F5] (refresh) for several times. If I were to remove the <SCRIPT> from the ASP, the red X problem went away.

Looks like a caching bug in IE 6...

(I'm cross-posting this to the IE6 group and see what the experts think.)

"Jeff Clark" <JeffC@NO_SPAMreturnventures.com> wrote in message
news:Oq****************@TK2MSFTNGP09.phx.gbl...
i have seen that. All i could gather was that IIS was doing too many
<%%>.

Try doing just one image and see what happens

"Ray at <%=sLocation%>" <myfirstname at lane 34 . komm> wrote in message news:uo**************@TK2MSFTNGP12.phx.gbl...
I'd be willing to bet it's an IE issue, not an IIS issue. Try loading
the page in another browser, if you have another one installed. I
think
that
of
all the times I've been to Microsoft's site, I've only seen the
red X
like once or maybe twice.

Ray at home

"Ed" <ed*********@hotmail.com> wrote in message
news:uo****************@tk2msftngp13.phx.gbl...
> I first noticed this in my own app. Images would show up

missing [red X]
> randomly on IE 6.0.2800.1106 on Windows 2000 server.
>
> I then was able to repro this problem on Microsoft's
website!!! The page
I
> used was
>

http://www.microsoft.com/windows/ie/...ie6sp1/default.
asp > After pressing [F5] to refresh the page six times, I noticed missing images
> on the page.
>
> This problem seems to be very reproducible. I coded a sample ASP page which
> references the same images 10 times on the same page. Loaded in IE. Upon
> pressing [F5] several times, the images will be identified as
missing [red
> X]. Refresh the page again, it's fine.....etc.
>
> I'm up-todate with all latest MS patches. Has anyone else

seen this > problem?
>
> Is this an ASP problem or is it an IE6 bug?


Jul 19 '05 #5
What is this?

SCRIPT language="vbscript" runat="server">
Function f1()
f1 = "This is ASP"
End Function
</SCRIPT>
<SCRIPT language="javascript" runat="server">
function f2(){
return "This is ASP"
}
</SCRIPT>
<SCRIPT language="vbscript" runat="server">
With Response
.Write f1()
.Write "<BR/>"
.Write f2()
End With
</SCRIPT>

-dlbjr

Discerning resolutions for the alms
Jul 19 '05 #6
"dlbjr" <do******@do.u> wrote in message
news:pAQwb.208$Qy4.15360@typhoon01...
SCRIPT language="vbscript" runat="server">


Obviously that runs server-side when you add the "runat=" parameter,
but he never indicated he used it that way and I'm not going to assmue
he did that unless he says so. If he actually "showed the code" as we
always ask people to do, then we would already have known what way he
did it.

--

Phillip Windell [CCNA, MVP, MCP]
WAND-TV (ABC Affiliate)
www.wandtv.com

Jul 19 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

18
by: Roger Shrubber | last post by:
Hello all I have created a page which has several pictures on it. Each picture is surrounded by a frame made from actual photos of real picture frames, consisting of four corner tiles and four...
4
by: Anavim | last post by:
Hi, I have a really wired behavior in my asp.net application. Little background, I have a base pages which contains about 17 images lying around (create a circle) and this page contains a...
10
by: cosmic foo | last post by:
I have a page with about 100 images of about 10k each. where a typical img tag looks like this, <img src="item001.jpg" height="70" alt="" onMouseOver="showPic(this)" border="0"> Not all the...
10
by: windandwaves | last post by:
Hi I have the following html: <div id="menu"> <div id="m1"><a href="m1.php"><img src="m1.gif" alt="m1"></a></div> <div id="m2"><a href="m2.php"><img src="m2.gif" alt="m2"></a></div> <div...
4
by: VR | last post by:
Hi, I am trying to have a menu item (which is an HTML img) to change as a mouse moves over it. So, my code looks something like this: <a onmouseover="ActivateImage('MyImage');"...
3
by: Simon | last post by:
This problem has been driving me mad for months.... Seen a few posts on forums about it but no answers... No mention on MSDN etc. XP Pro SP1, VS.NET (c#) .Net framework 1.1, IIS 5.1. In a...
3
by: Anavim | last post by:
Hi, I have a really wired behaviour in my asp.net application. Little background, I have a base pages which contains about 17 images laying around (create a circle) and this page contains a...
6
by: Ivan Bútora | last post by:
I have recently looked at http://alistapart.com/articles/imagegallery to implement a simple picture gallery on a webpage that I'm working on. Everything works fine; however, I have one question....
5
matheussousuke
by: matheussousuke | last post by:
Hello, I'm using tiny MCE plugin on my oscommerce and it is inserting my website URL when I use insert image function in the emails. The goal is: Make it send the email with the URL...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.