home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn Internet 2002 November
/
MICD_2002_11.iso
/
Www
/
HalfLife
/
resub.halflife.pl
/
dcx
/
popupdcx.js
< prev
Wrap
Text File
|
2002-09-03
|
350b
|
14 lines
function popupDCX( href ) {
wWidth = 635;
wHeight = 440;
wTop = (screen.availHeight - wHeight)/2;
wLeft = (screen.availWidth - wWidth)/2;
window.open( href,
'','toolbar=no,scrollbars=yes,resizable=no,status=yes,location=no,'+
'directories=no,width='+wWidth+',height='+wHeight+',menubar=no,left='+wLeft+
',top='+wTop);
}