Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Redirect Timer

Reply
Thread Tools

Redirect Timer

 
 
Dom Fairlie
Guest
Posts: n/a
 
      09-26-2004
How do i make an ASP page redirct to another ASP page after 15 seconds?

Your help would be very much appriciated.

Thanks
Dom


 
Reply With Quote
 
 
 
 
Steven Burn
Guest
Posts: n/a
 
      09-26-2004
<meta http-equiv="REFRESH" content="15;url=YOUR_URL">

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!


"Dom Fairlie" <> wrote in message
news:y3G5d.91218$. uk...
> How do i make an ASP page redirct to another ASP page after 15 seconds?
>
> Your help would be very much appriciated.
>
> Thanks
> Dom
>
>



 
Reply With Quote
 
 
 
 
dlbjr
Guest
Posts: n/a
 
      09-26-2004
Place a meta tag in the resulting html to the client.

<META HTTP-EQUIV="Refresh" CONTENT="15"; URL="where_ever.com">

'dlbjr
'Pleading sagacious indoctrination!


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
I know about the shutdown timer, is there a "switch on" timer... Mal Carter Computer Support 3 01-12-2008 01:58 AM
page timer, or redirect timer Simon ASP .Net 1 11-04-2005 07:14 PM
System.Timers.Timer/System.Threading.Timer Not Firing At All on Dev Server james.e.coleman@gmail.com ASP .Net 1 02-22-2005 09:41 PM
Basic Q - Response.Redirect, all redirect to first Response.Redirect statement Sal ASP .Net Web Controls 1 05-15-2004 03:46 PM
System.Timers.Timer vs. System.Threading.Timer Kelsang Wangchuk ASP .Net 0 07-31-2003 04:28 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57