You are here: 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