*** empty log message ***

This commit is contained in:
sebastian 2005-08-01 22:59:26 +00:00
parent f7745e6f59
commit 26e76a82cb
4 changed files with 9 additions and 3 deletions

View file

@ -58,7 +58,7 @@
screenX = (Xpos + Pwidth/2 - width/2);
screenY = (Ypos + Pheight/2 - height/2);
url = url + '&is_popup=1';
arg = 'width='+width+', height='+height+', scrollbars=no, menubar=no, depend=yes, left='+screenX+', top='+screenY;
arg = 'width='+width+', height='+height+', scrollbars=yes, menubar=no, depend=yes, left='+screenX+', top='+screenY;
popupwin = window.open(url, name, arg);
window.popupwin.focus();