Project

General

Profile

« Previous | Next » 

Revision 281c9477

Added by Alex Theys almost 12 years ago

AT: committing External links changes to Dataportal

View differences:

5.x/modules/cdm_dataportal/ext_links/ext_links.js
1 1
function popupExternalLinks( x_url)
2 2
{
3 3
	var		oWindow = null;
4
	var		iWidth = 820;
4
	var		iWidth = 1050;
5 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); 
6
	oWindow = window.open( x_url, "POPUP_EXTERNAL_LINKS", "dependent=yes,locationbar=yes,menubar=yes,scrollbars=yes,resizable=yes,toolbar=yes,status=no,screenX=0,screenY=0,height="+iHeight+",width="+iWidth); 
7 7
	if( top.window.opener)
8 8
	oWindow.opener = top.window.opener;
9 9
	oWindow.focus();

Also available in: Unified diff