Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 19th, 2005, 01:40 PM
Mark Andrews
Guest
 
Posts: n/a
Default page that redirects to another page every 45 seconds

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


  #2  
Old July 19th, 2005, 01:40 PM
Aaron [SQL Server MVP]
Guest
 
Posts: n/a
Default Re: page that redirects to another page every 45 seconds

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" <NOSPAMmandrews@rptsoftware.com> wrote in message
news:#PihLXKTEHA.3664@TK2MSFTNGP12.phx.gbl...[color=blue]
> 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
>
>[/color]


  #3  
Old July 19th, 2005, 01:40 PM
James Baker
Guest
 
Posts: n/a
Default Re: page that redirects to another page every 45 seconds

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.


  #4  
Old July 19th, 2005, 01:42 PM
Roland Hall
Guest
 
Posts: n/a
Default Re: page that redirects to another page every 45 seconds

"James Baker" <cppjames@hotmail.com> wrote in message
news:uq%23L$lKTEHA.2236@TK2MSFTNGP09.phx.gbl...
: 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


 

Bookmarks

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles