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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top