Re: Webpage cycling...
Re: Webpage cycling...
- Subject: Re: Webpage cycling...
- From: "Stockly, Ed" <email@hidden>
- Date: Mon, 16 Nov 2009 15:05:18 -0800
- Thread-topic: Webpage cycling...
Title: Re: Webpage cycling...
I’ve been using a similar script for the same purpose.
Try this:
property lista : {"http://www.theglobeandmail.com", "http://www.reportonbusiness.com/", "http://www.globesports.com/", "http://globeinvestor.com/", "http://www.cbc.ca/", "http://news.google.ca/", "http://globeinvestor.com/", "http://www.nationalpost.com/", "http://www.thestar.com/", "http://www.nytimes.com/", "http://www.bbc.co.uk/", "http://www.washingtonpost.com/", "http://www.huffingtonpost.com/", "http://www.politico.com/", "http://gawker.com/", "http://www.drudgereport.com/", "http://www.bourque.com/"}
on idle
repeat with thisURL in lista
tell application "Safari"
activate
set URL of front document to thisURL
end tell
delay 60
end repeat
return 60
end idle
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden