Phillip
Tue Nov 25 15:47:24 CST 2003
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" <eddiemarino@hotmail.com> wrote in message
news:eORHiT4sDHA.3468@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:OqrAAa%23rDHA.1784@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:uojGw97rDHA.1740@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" <eddiemarino@hotmail.com> wrote in message
> > > news:uos6%23M7rDHA.2880@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/downloads/critical/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?
>
>