如何做到打开一个页面,过几分钟自动转到另一页面 1楼 <BR> window.setInterval("location='2.asp'",分钟数*60*1000); <BR> 2楼 setInterval("window.location='yourUrl'",youIntevalTime);