랜덤링크

프로그래밍/Asp 2008/02/21 15:07
<html>
<body>
<%
randomize()
r=rnd()
if r>0.5 then
  response.write("<a href='http://www.naver.com'>웹마당!</a>")
else
  response.write("<a href='http://www.yahoo.co.kr'>웹마당!</a>")
end if
%>
</body>
</html>
2008/02/21 15:07 2008/02/21 15:07

Trackback Address :: https://youngsam.net/trackback/128