|
tou droi reserve
";// popup a loading window showing the page is loading. See the HTML for the "loadwin.htm" code
lw = window.open("", "_targetLW", "width=400,height=250");
lw.document.open();
lw.document.write(_d);
lw.document.close();
lw.focus();
}
function closeFunc(){if(lw){lw.close();lw=null;}}// do your stuff ...
// Or you add dummy code to loop a counter for millions of times :-))
initialFunc();// End hiding script from old browsers -->
|
|---|