Simple download question
Simple download question
- Subject: Simple download question
- From: Wood & Maki Lee <email@hidden>
- Date: Tue, 24 Apr 2001 21:07:58 +0900
tell application "URL Access Scripting"
download "
http://www.apple.com/" to file "MyHarddisk:MyFolder:MyFile"
end tell
I could use the above script to download a homepage's text but how should I
modify the above so that I can download the content (pictures and links) of
the page?
I tried to put "with download directory" at the end but it didn't seem to
work. Any ideas? TIA.
Cheers,
Lee