Forums
This topic is locked
Move to a new page
Posted 17 Sep 2009 14:01:11
1
has voted
17 Sep 2009 14:01:11 Allan O'Hagan posted:
Hi, I have a few asp pages that we show on a TV and I would like to have the first page show for a few minutes and then it would open the next page and so onthere would be say 5 pages in total that need to show every 5 minutes or so
if I have page 1 after 5 minutes it would either close or hide and then show page 2 etc
Would it maybe better to have one page and the data is shown in layers and we could just using timing on layers, if so could someone point me in the right direction to do this
thanks
Replies
Replied 17 Sep 2009 14:53:56
17 Sep 2009 14:53:56 Patrick Julicher replied:
Hi Allan,
The easiest way to do this is to use different pages and on each page use the Meta Refresh tag. Just use this code:
The CONTENT number is approximately how many seconds to pause before jumping to another web site or page. The URL is just the web address you want viewers to be transferred to. Just make sure to insert this line of code somewhere in between the <HEAD> </HEAD> tags.
Kind regards, Patrick
The easiest way to do this is to use different pages and on each page use the Meta Refresh tag. Just use this code:
<META HTTP-EQUIV="Refresh" CONTENT="300; URL=nextwebpage.asp">
The CONTENT number is approximately how many seconds to pause before jumping to another web site or page. The URL is just the web address you want viewers to be transferred to. Just make sure to insert this line of code somewhere in between the <HEAD> </HEAD> tags.
Kind regards, Patrick
Replied 17 Sep 2009 18:19:35
17 Sep 2009 18:19:35 Allan O'Hagan replied:
thanks for that, works a treat
Replied 17 Sep 2009 21:31:04
17 Sep 2009 21:31:04 Patrick Julicher replied:
Hi Allan,
Glad to be of assistance.
Kind regards, Patrick
Glad to be of assistance.
Kind regards, Patrick