*** empty log message ***
This commit is contained in:
parent
0f4a5bfd34
commit
2d5684a528
23 changed files with 841 additions and 50 deletions
|
@ -42,10 +42,10 @@
|
|||
window.popupwin.focus();
|
||||
}
|
||||
|
||||
function hpopup(url, name) //hidden popup!
|
||||
function hpopup(url, name) //hidden popup! 'width=1, height=1'
|
||||
{
|
||||
popupwin = window.open(url, name, 'width=1, height=1');
|
||||
window.parent.focus();
|
||||
popupwin = window.open(url, name);
|
||||
//window.parent.focus();
|
||||
}
|
||||
{/literal}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue