HTML
램덤 사이트 이동 html

<html>
<head>
    <title>Document</title>
    <script >
<!--

var randomlinks=new Array()

randomlinks[0]="http://site01/"
randomlinks[1]="http://site02/"
randomlinks[2]="http://site03/"
randomlinks[3]="http://site04/"
randomlinks[4]="http://site05/"
randomlinks[5]="http://site06/"
randomlinks[6]="http://site07/"
randomlinks[7]="http://site08/"
randomlinks[8]="http://site09/"
randomlinks[9]="http://site10/"

function randomlink(){
window.location=randomlinks[Math.floor(Math.random()*randomlinks.length)]
}
//-->
</script>
</head>
<body>
<body onload="randomlink()">  

</body>
</html>

이 게시물을

공유하기

SEARCH

MENU NAVIGATION