Re: [問題] c轉javascript。rand()和Sleep()要怎麼 …

看板Ajax作者 (demy)時間17年前 (2008/01/30 17:00), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/4 (看更多)
請問我是在哪個地方有寫錯? <head> <script LANGUAGE="JavaScript">   <!-- function setFrame(){ var x =[]; x[0]="http://tw.yahoo.com/"; x[1]="http://www.google.com/"; x[2]="http://www.pchome.com/"; var i=Math.round(Math.random()*(x.length-1)) parent.main.location.href = x[i]; } function main(){ var loop; var randtime; document.write("the", "<br>"); while( loop){ randtime=Math.random()*2000+3000; //3~5秒 document.write("sec:", randtime); setInterval("setFrame()", randtime); }//無限迴圈 } </script> </head> <body> <body onload="main()"> </body> -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 61.225.5.241
文章代碼(AID): #17e3p4CA (Ajax)
文章代碼(AID): #17e3p4CA (Ajax)