A timer approach

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a timer approach I'm wondering about.

When an anonymous person enters the starting page of my site I want the user
redirected to another page and stay there for a period of time I decide, or
the user will first open this timerbased page and when time has ended then
redirected back to the main page.

How should I think using the timer object in .net?

Should I use it as a server object only?

Should JavaScript be involved?

TIA

Kenneth P
 
to redirect the client browser after the request has finished processing on
the server you must use javascript on the client.

HTH

Ollie Riches
 
Back
Top