用ASP做一个网页让它刷新一次变一次

来源:百度知道 编辑:UC知道 时间:2024/06/14 14:28:58
请问用ASP如何写一个,我刷新这个网页就他自动调用比如WWW文件夹下面的静态文件显示。也就是说每次刷新。每次看到的网页都不一样。

<html>
<head>
<title>BLUEB</title>
</head>
<body>

<script>
<!--
imgid=Math.round(Math.random()*8)
document.write("<img src=http://www.blueb.co.kr/SRC/javascript/image/img0"+imgid+".jpg border=0>");
//-->
</script>

<p>
<INPUT TYPE="button" VALUE="reset" onClick='parent.location="javascript:location.reload()"'>

</body>
</html>

这个程序可以加点分析吗,很不错哦