Wednesday 4 July 2012

Ex29: Return a random number in VBScript

<!DOCTYPE html>
<html>
<body>


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


</body>
</html>

No comments:

Post a Comment