*** empty log message ***

This commit is contained in:
sebastian 2005-03-06 16:57:54 +00:00
parent 0f4a5bfd34
commit 2d5684a528
23 changed files with 841 additions and 50 deletions

View file

@ -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}