Forum Moderators: open
i want to use it plz tell me how its working?
var ImageObject = new Image();
ImageObject.src= "http://myserver.com/pic.jpg";
if(ImageObject.height>0){
// DO SOMETHING HERE
}
?
i want to use ping function before redirecting it to a certain website or give me any other solution plz
I think you are referring to this older thread about "pinging" an external site with javascript [webmasterworld.com]?
In the block that says "DO SOMETHING HERE" is where you might add some code to redirect the visitor like:
location.href = 'http://www.example.com/';