[범위지정 랜덤 ... 예) 10~20]
document.write(mt_rand(10,20);
function mt_rand(m1,m2){
return m1+parseInt(Math.random()*(m2+1-m1));
}
<!-- *********** 랜덤 광고 노출 -->
<script language="JavaScript">
var a = Math.random()+"fart";
var rand1 = a.charAt(3);
quotes=new Array;
quotes[0]='<a href="http://stock.weezzle.net"><img src="http://amsimg.daum-img.net/www2/0BLw/cDjS/doongdoong_0806_3.gif" border="0"></a>';
quotes[1]='<a href="http://ucc.weezzle.net"><img src="http://cfs.tistory.com/custom/blog/18/183632/skin/images/01.gif" border="0"></a>';
quotes[2]='<a href="http://ucc.weezzle.net"><img src="http://cfs.tistory.com/custom/blog/18/183632/skin/images/02.gif" border="0"></a>';
quotes[3]='<a href="http://ucc.weezzle.net"><img src="http://cfs.tistory.com/custom/blog/18/183632/skin/images/03.gif" border="0"></a>';
quotes[4]='<a href="http://ucc.weezzle.net"><img src="http://cfs.tistory.com/custom/blog/18/183632/skin/images/04.gif" border="0"></a>';
quotes[5]='<a href="http://ucc.weezzle.net"><img src="http://cfs.tistory.com/custom/blog/18/183632/skin/images/05.gif" border="0"></a>';
quotes[6]='<a href="http://ucc.weezzle.net"><img src="http://cfs.tistory.com/custom/blog/18/183632/skin/images/06.gif" border="0"></a>';
quotes[7]='<a href="http://ucc.weezzle.net"><img src="http://cfs.tistory.com/custom/blog/18/183632/skin/images/07.gif" border="0"></a>';
quotes[8]='<a href="http://ucc.weezzle.net"><img src="http://cfs.tistory.com/custom/blog/18/183632/skin/images/08.gif" border="0"></a>';
quotes[9]='<a href="http://ucc.weezzle.net"><img src="http://cfs.tistory.com/custom/blog/18/183632/skin/images/09.gif" border="0"></a>';
var quote = quotes[rand1];
</script>
<script language="JavaScript"> document.write(quote); </script>
<!-- 랜덤이미지 여기까지 -->
<!-- 편하게! -->
<script language="JavaScript">
//랜덤 범위 한계 숫자 변경가능 0~3까지일 경우
var rand_limit = 3;
var rand_number = Math.round(rand_limit * Math.random())
quotes=new Array;
quotes[0]='';
quotes[1]='';
quotes[2]='';
quotes[3]='';
var quote = quotes[rand_number];
document.write(quote);
</script>
<!-- *********** 링크 점선 표시되는거 한방에 해결 -->
'컴퓨터 > 네트워크,인터넷' 카테고리의 다른 글
[윈도우서버] 윈도우XP에서 텔넷 서버 (Telnet Server) 설정하기 (0) | 2009.01.23 |
---|---|
윈도우(Windows)에서 Squirrelmail(웹메일)서버 구축하기 (1) | 2009.01.15 |
메일서버 만들기 & PHP에서 메일보내기 (hMailServer 사용) (1) | 2009.01.11 |
[윈도우 웹서버] Windows2003+Apache2+MySQL4.1+php5 에 hmailserver 설치만해보기 (0) | 2009.01.11 |
이메일(E-MAIL)을 한꺼번에 보내는 방법 (0) | 2009.01.11 |