묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
한가지 버튼에 여러가지 링크를 랜덤으로 걸 수 있나요?
2004.01.17 09:48
꼭 해보고 싶습니다 제홈페이지에;;
힌트라도 좀;;^^
힌트라도 좀;;^^
<script language="JavaScript">
<!--
test = new Array(3);
test[0] = 'http://yahoo.co.kr'+ '+ '
test[1] = 'http://naver.com'
test[2] = 'http://daum.net'
function openwindow() {
index = Math.floor(Math.random() * test.length);
window.open(test[index]);
}
//-->
</script>
</HEAD>
<BODY>
<a href="javascript:openwindow()">test</a>
</BODY>
배경음악 랜덤하게 나오는 소스를 가지고 해봤는데 되긴 되네요.