G
Guest
I am having problems with IE6 when it comes to printing pages with images
that are served from other websites. My HTML screen has the HTML code,
<img src="http://server/retrieveimage.aspx?parm1=a&parm2=b">. The
retrieveimage.aspx uses the parameters to query a database and return the
appropriate JPG image, and normally takes 2-5 seconds. When I print (or
choose print preview), instead of printing the image that is displayed on the
screen, it will print the image not found icon. Printing works great in
Netscape and Firefox.
I know the problem occurs because the Print command in IE requests all
images again from the webserver. Is there anything that I can do about this
problem? I have tried using a javascript onBeforePrint and onAfterPrint
events with the hope of delaying of the Print dialog long enough to allow the
images to load, but IE6 appears to not request the images until after these
events run.
that are served from other websites. My HTML screen has the HTML code,
<img src="http://server/retrieveimage.aspx?parm1=a&parm2=b">. The
retrieveimage.aspx uses the parameters to query a database and return the
appropriate JPG image, and normally takes 2-5 seconds. When I print (or
choose print preview), instead of printing the image that is displayed on the
screen, it will print the image not found icon. Printing works great in
Netscape and Firefox.
I know the problem occurs because the Print command in IE requests all
images again from the webserver. Is there anything that I can do about this
problem? I have tried using a javascript onBeforePrint and onAfterPrint
events with the hope of delaying of the Print dialog long enough to allow the
images to load, but IE6 appears to not request the images until after these
events run.