Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Open Safari to multiple tabbed pages' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Open Safari to multiple tabbed pages
Authored by: lhoong on Apr 17, '03 12:01:16AM

Actually, if you already have a folder of bookmarks you CAN get
them all loaded on startup by using the following script:

tell application "Safari" to activate

tell application "System Events"

click button "Startup" of window 1 of application process
"Safari"

end tell

where "Startup" is the name of the folder in the BookMark Bar.
The above script requires installation of UI Scripting Beta.



[ # ]
Open Safari to multiple tabbed pages
Authored by: supermacfan007 on Jul 31, '03 03:00:10PM

For some reason, whenever I try to run an applescript, it always seems to come up with a dialogue box saying either

"Expected end of line, etc, but found identifier"

or

"expected expression, property or key form, etc, but found uknown token"

and then when i want to save it says

"the script file 'untitled' wouldn't compile; you won't be able to save it in compiled form, only as text"

Does anyone know why this is happening/ I have never really used applescript before, and am very much a beginner



[ # ]