Project

General

Profile

Download (384 Bytes) Statistics
| Branch: | Tag: | Revision:
1
function popupExternalLinks( x_url)
2
{
3
	var		oWindow = null;
4
	var		iWidth = 820;
5
	var		iHeight = 700;
6
	oWindow = window.open( x_url, "POPUP_EXTERNAL_LINKS", "dependent=yes,locationbar=no,menubar=no,scrollbars=yes,resizable=yes,status=no,screenX=0,screenY=0,height="+iHeight+",width="+iWidth); 
7
	if( top.window.opener)
8
	oWindow.opener = top.window.opener;
9
	oWindow.focus();
10
}
(2-2/3)