Guest User

Untitled

a guest
Nov 20th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. try
  2. tell application "BBEdit"
  3. set theJavaScript to contents of document 1
  4. end tell
  5.  
  6. tell application "Safari"
  7. activate
  8. do JavaScript theJavaScript in document 1
  9. end tell
  10. on error errMsg number errNum
  11. display dialog "AppleScript encountered an error." & ¬
  12. " Error Message: " & errMsg & " Number " & errNum
  13. end try
Add Comment
Please, Sign In to add comment