ASP Random content
ASP
Download (.zip)
//To run this script you need random.txt //You can find it here http://codelibary.com/temp/random.txt
<html> <body>
<% set cr=server.createobject("MSWC.ContentRotator") response.write(cr.ChooseContent("random.txt")) %>
</body> </html>
|