View Single Post
  #1  
Old August 11th, 2003, 12:48 AM
blackoutspy blackoutspy is offline
Registered User
 
Join Date: Jun 2003
Location: oregon
Posts: 145
Thanks: 0
Thanked 0 Times in 0 Posts
blackoutspy is on a distinguished road
Using applescript to open web browser and go to a site

I've been messing around with AppleScripts and i thought it would be nice to make a script that would open a window and go to a spacific site for me, but i can't figure it out. So far all i have is:
tell application "Safari"
activate
make new window
end tell

This is extreamly poor, i understand, but i can't find the command for new window for the life of me, much less a "goto URL" command=\
Reply With Quote