Load several webpages in succession
Load several webpages in succession
- Subject: Load several webpages in succession
- From: Timothy Hellum <email@hidden>
- Date: Mon, 14 May 2007 12:57:04 -0400
- Thread-topic: Load several webpages in succession
Title: Load several webpages in succession
Good afternoon,
I have a simple script that allows me to load and refresh a website. However, ideally, I would have a script that loads several websites in succession with a wait time of 5 minutes between sites.
Anyone know how to do this?
The script so far (as collected off the web):
on idle
tell application "Safari"
activate
set URL of front document to "http://www.theglobeandmail.com"
end tell
return 60
end idle
Any help much appreciated.
/timothy
-------------------------------
Timothy Hellum
Editorial IT Support
The Globe and Mail
http://www.theglobeandmail.com
_______________________________________________
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