You could use a frameset to contain the target page, and then in a second
page in the frameset (one you control) use some javascript to cycle through
the pages. I don't have time to write it for you, but you'd use
top.frames[1].document.location.href to set the location in your page
cycling function, and a setTimeout('function_name()', 60000) to fire the
function peridocally.
Norm Crooks
Moontaxi Media Inc.
260 King Street East, Suite B100
Toronto, ON, M5A 4L5
phn: 416.367.0332
fax: 416.367.3324
www: http://www.moontaximedia.com <http://www.moontaximedia.com/>
________________________________
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of [EMAIL PROTECTED]
Sent: Thursday, April 14, 2005 12:17 PM
To: [email protected]
Subject: RE: [SA-list] OT - flicking between web pages
You misunderstand me. I can (and do) do that with the pages that I "own".
However if I want to flick (to use a silly example) between Microsoft's home
page and IBM's home page, I obviously can't add metatags to those pages, so
I need some sort of external utility that will switch pages...
Ian K Gray
OEL IS - European Infrastructure Support
Tel: +44 1236 502661
Mob: +44 7881 518854
"Gibson, Richard (IHG)" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
14/04/2005 17:03
Please respond to
[email protected]
To
"'[email protected]'" <[email protected]>
cc
Subject
RE: [SA-list] OT - flicking between web pages
I guess you could do something like this in the header on the first page
<meta http-equiv="refresh" content="60;url=page2.htm"> then on the second
page do the same, except to page3.htm then on the third page the same except
to page1.htm, where the 60 is the time before the refresh in seconds.
Cheers
Richard.
Richard Gibson
Technical Specialist, ITEMEA
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of [EMAIL PROTECTED]
Sent: 14 April 2005 16:50
To: [email protected]
Subject: [SA-list] OT - flicking between web pages
A marginally off topic question if you will forgive me. We have several
large screen monitors which are mostly filled with info pages generated by
SA (of course!). There are various other web pages however that I need to
monitor. For the SA pages, I can easily incorporate code into the pages
themselves that move from page A, to page B, to page C, back to page A and
so on every x seconds. However for pages that I haven't written I obviously
can't incorporate that code into the pages.
My question therefore is: does anyone know of a way I can get a browser to
automatically flick between different pages every x seconds?
Thanks!
Ian
Ian K Gray
OEL IS - European Infrastructure Support
Tel: +44 1236 502661
Mob: +44 7881 518854
To unsubscribe from a list, send a mail message to [EMAIL PROTECTED]
With the following in the body of the message:
unsubscribe SAlive