Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > page that redirects to another page every 45 seconds

Reply
Thread Tools

page that redirects to another page every 45 seconds

 
 
Mark Andrews
Guest
Posts: n/a
 
      06-07-2004
What would be the best way to build a little asp page that:

displays http://www.yahoo.com
waits for 45 seconds
displays http://www.google.com

loops forever

Thanks in advance,
Mark


 
Reply With Quote
 
 
 
 
Aaron [SQL Server MVP]
Guest
Posts: n/a
 
      06-07-2004
How can this loop forever? (i.e. how does it get back to www.yahoo.com)?

--
http://www.aspfaq.com/
(Reverse address to reply.)




"Mark Andrews" <> wrote in message
news:#...
> What would be the best way to build a little asp page that:
>
> displays http://www.yahoo.com
> waits for 45 seconds
> displays http://www.google.com
>
> loops forever
>
> Thanks in advance,
> Mark
>
>



 
Reply With Quote
 
 
 
 
James Baker
Guest
Posts: n/a
 
      06-07-2004
Only thing I can think of is some kind of weird frames/iframes concept,
where one frame is set to very small/invisible and has a refresh of every 45
seconds, using javascript to relocate the other frame.


 
Reply With Quote
 
Roland Hall
Guest
Posts: n/a
 
      06-08-2004
"James Baker" <> wrote in message
news:uq%23L$...
: Only thing I can think of is some kind of weird frames/iframes concept,
: where one frame is set to very small/invisible and has a refresh of every
45
: seconds, using javascript to relocate the other frame.

With a hidden frame.

Set the visible frame to 100% and put the script in the hidden frame.

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp


 
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
problem in running a basic code in python 3.3.0 that includes HTML file Satabdi Mukherjee Python 1 04-04-2013 07:48 PM
How to convert Seconds to X Hours Y Minutes Z Seconds? 00_CP_D12 ASP .Net 3 02-22-2008 10:37 AM
Refresh page in another frame every x seconds Rule-Ur-Wayz HTML 5 11-26-2007 01:35 AM
1. Ruby result: 101 seconds , 2. Java result:9.8 seconds, 3. Perl result:62 seconds Michael Tan Ruby 32 07-21-2005 03:23 PM
Convert seconds to minutes and seconds tshad ASP .Net 7 03-11-2005 11:27 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