小提问?
怎么样实现页面自动跳转或定时跳转?
[CODE]
<html>
<head>
<title>定时跳转</title>
</head>
<script language=Javascript >
var Num=0;
window.setTimeout("self.location='index.asp'",10);
</script>
<body onLoad="Page_Load();" >
转到论坛首页
</body>
</html>[/CODE]
[此贴子已经被作者于2006-9-14 22:52:56编辑过]