• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Webpage cycling...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Webpage cycling... (From: "Hellum, Timothy" <email@hidden>)

  • Prev by Date: Re: Webpage cycling...
  • Next by Date: [ANN] Script Timer 2.6.2 released by Apps & More Software Design
  • Previous by thread: Re: Webpage cycling...
  • Next by thread: [ANN] Script Timer 2.6.2 released by Apps & More Software Design
  • Index(es):
    • Date
    • Thread