Here is the code used by Gareth Campling. He stated by using the timer along with
randomize function, content always changes. Thanks Gareth!
<%
randomize timer
MyValue = Int((3 * Rnd()) + 1)
response.write "The Value is now:<font color="#FF0000>" & MyValue & "</font>"
%>
blog comments powered by