|
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
|
|
Copyright © 1996-2008 irt.org, All Rights Reserved.