Image Display

M

Meena Desai

Hi,

In my .aspx page there are some .jpg images. When I browse the page using
IE6, it goes into an infinite loop in downloading the image. No image is
displayed after that. If I browse .htm page with same images, it downloads
immediately. I found one solution to this problem, that is install KB889293
patch for IE6. But this is not the correct way, b'coz if the images are
displayed in .htm page, they should be displayed in .aspx page.

What is the solution to this problem?

Thanx in advance,

Meena.
 
W

William F. Robertson, Jr.

What does the resulting html look like when generated from your .aspx page?

bill
 
M

Meena Desai

Hi Bill,

The resulting html page does not display all the images on the page. All
text are displayed perfectly. It continues downloading images and goes into
an infinite loop.

Thanx,
Meena.
 
W

William F. Robertson, Jr.

What type of infinite loop is it going in, or rather how do you know it is
infinite looping? Are you using HttpHandlers?

The html received by the browser is html, regardless it is generated with
asp, html, jsp, or asp.net.

html: <img src=http://bob.com/images/image1.jpg" /> should show the image
regardless of the generation.

bill
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,142
Latest member
arinsharma
Top