N
ng
i want to open 10 external urls one after the other(preferably in same
window) only after the previous one gets loaded successfully
window) only after the previous one gets loaded successfully
ng said:did u mean this?
function w1open()
{
alert("window loaded");
}
function wackOpen(){
var
my_window1=window.open('http://www.gmail.com','','left=20,top=20,width=2,hei
ght=2');
my_window1.onload="w1open()";
}
but this didnt work.. could you modify the code and make it work pls
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.