Re: Web page download
Re: Web page download
- Subject: Re: Web page download
- From: JJ <email@hidden>
- Date: Sat, 16 Nov 2002 17:45:50 +0200
>
What's the best way to download a webpage (in its HTML format) and
>
coerce it to a string? IE:
>
>
set x to web page "www.apple.com" as string
>
>
-Goldfish
>
President and CEO, GoldfishSoft
>
Developer, FrakKalk, AlgeKalk, Perlidex
>
http://homepage.mac.com/goldfish1
tell app "URL Access Scripting" to download web_page to file_spec
set html_source to read (result)
look to UAS' dictionary (inside scripting additions folder)
root:system folder:scripting additions:
or
root/system/library/scriptingadditions/
;-)
JJ
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com
_______________________________________________
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.