re: save as Web archive?
re: save as Web archive?
- Subject: re: save as Web archive?
- From: John Poole <email@hidden>
- Date: Tue, 09 Jul 2002 09:29:57 -0400
thanks ... tried that ... it works to save just the .html page, but I'm
looking to get all the images and whatnot as well. The "save as
web archive" command in the IE browser works great for this ... I
was hoping to add a word or 2 to the syntax to get it to save the
archive rather than just the page ...
--
I believe that you use "openURL" or "getURL" to a file path.
However I seem to recall getting write permission errors and
having trouble
with the naming sequence.
tell application "Internet Explorer"
Activate
OpenURL "URL" to "path:"
end tell
something like that anyway.
_______________________________________________
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.