*** empty log message ***
This commit is contained in:
parent
f7745e6f59
commit
26e76a82cb
4 changed files with 9 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue