ASP Random image
ASP
Download (.zip)
//To run this script you need image.txt //You can find it here http://codelibary.com/temp/image.txt
<html> <body>
<% set adrotator=Server.CreateObject("MSWC.AdRotator") adrotator.Border="2" Response.Write(adrotator.GetAdvertisement("image.txt")) %>
</body> </html>
|