WEB开发网
开发学院网页设计JavaScript JavaScript打开页面后自动随机跳转页面代码 阅读

JavaScript打开页面后自动随机跳转页面代码

 2009-06-30 04:32:00 来源:WEB开发网   
核心提示:<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>www.joyrssmail.com</title&
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>www.joyrssmail.com</title>
<script language=javascript>
function randompage(){
var randomindex=Math.floor(Math.random()*3)+1;//如果你有四个页面就把3改成4,如果有5个,就把3改成5
top.location.replace('index'+randomindex+'.htm');
}
randompage()
</script>
</head>
<body >
</body>
</html>

Tags:JavaScript 打开 页面

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接