Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Feedback on: irt.org FAQ Knowledge Base Q52

irt.org | About | Feedback | 4755 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q52

Sent by
ThomAce on Saturday June 30, 2007 at 10:11:52

Worth:

Length:

Technical:
Just right

Comments:
An another way to do this...

function ImageTest(URL) {
var
MyImage = new Image();
I = 0;

MyImage.onerror = DoesntExists;
MyImage.src = URL;

if(I > 0){
return('<your another picture link>');
}

function DoesntExists(){
I++;
}

return(URL);
}




Other feedback on 'irt.org FAQ Knowledge Base Q52' - show all


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.