Re: filling blanks on www-sites
Re: filling blanks on www-sites
- Subject: Re: filling blanks on www-sites
- From: Timothy Bates <email@hidden>
- Date: Fri, 30 Aug 2002 18:51:41 +1000
>
> Or if you just want to submit the page with some values, use the internet
>
> scripting addition and say (something like)
>
>
>
> Upload "server.domain.mypage.html?key=value&nextkey=nextValue"
>
This would be probably enough for me, but i cannot find this internet
>
scripting addition. Do you know where i can download it? Do you know
>
whether it works on OS X ?
>
I found some notes about it, and from these notes it seems that it works
>
only with OS 8.1 or earlier.
It is very poorly documented, IMHO.
It is a standard distribution, present under 8-9 and X. It is not a
scripting addition, but rather a scriptable app. But you can find it in the
scripting additions folder. Under X, this is in
/System/Library/ScriptingAdditions/URL Access Scripting
You call it by saying
tell application "URL Access Scripting"
set myURL to "
http://yourhostpath/folder/file.php?SID=12345678"
download myURL to "desired:folder:file" replacing yes with progress
end tell
Under X, you have the option to use the command line function "curl"
(learn more by typing man curl in a terminal session).
_______________________________________________
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.