Tuesday, January 23, 2007

Hiding the address bar using javascript


function openWindow(){
window.open‘filename.htm’,‘null’,‘width=200,height=250,toolbar=no,scrollbars=no,location=no,resizable=yes’);
window.moveTo(0,0);
window.resizeTo(screen.width,screen.height);
window.close();}

0 Comments:

Post a Comment

<< Home