ページをランダムに表示する


動作ブラウザ 【 IE:3.0  NN:3.0
Internet Explorer Netscape Navigator DreamPassport iCab
3.0x 4.0x 4.5 5.0x 5.5 2.0x 3.0x 4.0x 4.x 6.0 2 3 2.x
Windows - × - -
Macintosh - × - -
UNIX - - - - - × - - -
Dreamcast - - - - - - - - - - -

ポイント jpURL[0] = "http://www.yahoo.co.jp/"; jpURL[1] = "http://www.infoseek.co.jp/"; jpURL[2] = "http://www.lycos.co.jp/"; jpURL[3] = "http://www.goo.ne.jp/"; n = Math.floor(Math.random() * jpURL.length); location.href = jpURL[n];
説  明 アクセス後ランダムにページをジャンプさせるにはlocation.hrefにジャンプ先のURLを代入します。あらかじめ配列内にジャンプ先のURLを設定しておき求めた乱数をキーにして(配列の参照番号になるようにして)おきます。
サンプル <html> <head> <title>ページをランダムに表示する</title> <script language="JavaScript"><!-- jpURL = new Array(); jpURL[0] = "http://www.yahoo.co.jp/"; jpURL[1] = "http://www.infoseek.co.jp/"; jpURL[2] = "http://www.lycos.co.jp/"; jpURL[3] = "http://www.goo.ne.jp/"; n = Math.floor(Math.random() * jpURL.length); location.href = jpURL[n]; // --></script> </head> <body> </body> </html>
補足説明 なし

■サンプルスクリプトを実行する >>実行
■各ブラウザでの動作結果を見る >>View!

写真素材 PIXTA