/************************************************************************** Javascript: Stop all Error Alert **************************************************************************/ function stopError() { return true; } window.onerror = stopError; /************************************************************************** Javascript: Opening a new Window (Simple Version) Example: HREF="javascript:NewWin('pageurl','title', '640','480','no')" Syntax: NewWin(windowtitle,pageurl,width,height,scrollbar,resizable) **************************************************************************/ var win = null; function NewWin(mypage,myname,w,h,scroll){ LeftPosition = (screen.width) ? (screen.width-w)/2 : 0; TopPosition = (screen.height) ? (screen.height-h)/2 : 0; settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll; win = window.open(mypage,myname,settings); if(win.window.focus){win.window.focus();} } document.writeln("《無間道III終極無間》戲票預售");