(url){ if(url==''){ return; } var popUpSizeX=844; var popUpSizeY=541; var popUpLocationX=Math.round((screen.width-popUpSizeX)/2); var popUpLocationY=Math.round((screen.height-popUpSizeY)/2); if (popUpLocationX<0) popUpLocationX=0; if (popUpLocationY<0) popUpLocationY=0; var splashWin = window.open(url,'MovieDetail','width='+popUpSizeX+',height='+popUpSizeY+',top='+popUpLocationX+',left='+popUpLocationY+',toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1'); splashWin.focus(); } //写成一行 -->
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||