Repeat
Repeat
- Subject: Repeat
- From: Marcus Rodrigues <email@hidden>
- Date: Wed, 21 May 2003 08:52:44 -0300
Hi, i was tryng to do the following:
Open in Safari, in intervals of one hour, a random page. I think i got
it, but i want the pages to load in the same window, not in another...
How do i script this part?
Here is what i have done till this moment:
tell application "Safari"
activate
set theURL to {"
http://www.apple.com.br", "
http://www.apple.com"}
repeat
open location (some item of theURL)
delay (60 * 60)
end repeat
end tell
Thx for ur help. =D
o#? Marcus Rodrigues o#?
iBook 600 - Combo - Jaguar
CC4nsul do Brasil Apple Clube - Caxias do Sul
ichat: marcusrodrigues
mailto:email@hidden
http://homepage.mac.com/marcusrodrigues
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.