Wednesday, 29 February 2012

returning a random #


<html>
<body>

<script type="text/vbscript">
Randomize()
document.write(Rnd())
</script>

</body>
</html>

No comments:

Post a Comment