我做了两张首页都想用,于是想随机进入不同的网页。由于初学JAVASCRIPT,出现很大问题,
请大家多多帮忙
以下是我编的程序,见笑了:
<!-- function windowlocation(){ var num=math.floor(Math.random()*10) if (num>=0 && num <5) window.location="index1.html" else (num>=5 && num<10) window.location="index2.html" } //--> </script> <title>无标题文档</title> </head>
<body id="" onLoad="windowlocation()">