Save safari document
Save safari document
- Subject: Save safari document
- From: Jacco Rens <email@hidden>
- Date: Sat, 14 Feb 2004 11:11:48 +0100
Hi list,
Seems that Safari.app v. 1.2 introduced a new error to AppleScript?
I cannot save any document into an file anymore;
tell application "Safari"
set the temp_file to (path to desktop folder) & "test.HTML" as text
save document 1 as Unicode text in temp_file
end tell
that doesn't do what i want anymore, it did with Safari.app 1.1 and
earlier.
--
Best,
Jacco Rens
Netherlands
_______________________________________________
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.