Versuch das

Show Plain Text
  1. tell application "Safari"
  2.   tell window 1
  3.     set URL of current tab to "http://www.xyz1.de"
  4.     make new tab with properties {URL:"http://www.xyz2.de"}
  5.     make new tab with properties {URL:"http://www.xyz3.de"}
  6.     make new tab with properties {URL:"http://www.xyz4.de"}
  7.     make new tab with properties {URL:"http://www.xyz5.de"}
  8.   end tell
  9. end tell


Die activate Zeile ist eigentlich nicht notwendig
----------
Gruss

Stefan