跳转代码

来源:百度知道 编辑:UC知道 时间:2024/07/04 05:36:13
是要实现这个功能。
当一个网页1打开后,弹出网页2,然后网页1自动关闭

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title> </title>
<script type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
var timeout=5;
function CloseWindow(){
if(timeout==0) document.getElementById("WebBrowser").ExecWB(45,1);
else {
timeout--;
document.getElementById("time").innerText=timeout;
}
set