Dynamic-CD
Search : 
  Powered by FindinSite

• Examples home
• Getting started
• Automated encryption
• Compare ASP servers
• Cookies test centre
• Database browser
• Menuing system
• Office Web Components
• Searching CDs
• SecureCD
• Shopping cart
• Slide show
• Sync demo
• Timed passwords
• User entry control

• ASP support
• Database CDs
• Evaluation download

• Case studies
• Examples
• FAQ
• Features
• License and pricing
• What they say
    
Slide show example

Automated slide show
The display of pages can be automated by using the following HTTP header, redirecting the browser back to the same page after a delay :

  thisURL = Request.ServerVariables( "URL")
  Response.AddHeader "Refresh", "2; URL=" + thisURL
  slideNum = session("slideNum")
  session("slideNum") = slideNum + 1
(The slide show speeds up once the images have been downloaded!)

Web site tour
The same technique can be used to give an automated tour of a web site. This example drives a display of the Dynamic-CD website without modifying the site itself.


© Copyright 2000-2007 PHD Computer Consultants Ltd