Already sent this to Scott, but thought I would share aswell

<script>
        function springImages()
                {for (i=0; i < document.images.length; ++i)
                        {obj = document.images[i];
                         if (document.images[i].fileSize == -1)
                                {document.images[i].src = document.images[i].src;}
                        }
                }
</script>

basicaly loop through the images and see if they have loaded, if not,
refresh them

Regards

Steve Onnis
Domain Concept Designs
+61 422 337 685
+61 3 9444 7504

http://www.domainconceptdesigns.com <http://www.domainconceptdesigns.com>

("If you think it can't be done, you haven't asked me!") - Steve Onnis





-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Scott
Barnes
Sent: Thursday, January 16, 2003 4:48 PM
To: CFAussie Mailing List
Subject: [cfaussie] Image Break Question?


Anyone know of a workaround to stop Internet Explorer from showing "broken"
images, when infact the images aren't (ie right click - show image - and it
appears).

I've noticed it only happens with gifs? anyone?

Scott


--
Freelance Application Developer / Designer
--
ph: 07 3288 6702
mob: 04040 32812
--
url: http://www.spidaweb.com




---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/


---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to