URL Access - post data (2)
URL Access - post data (2)
- Subject: URL Access - post data (2)
- From: email@hidden (Gerd)
- Date: Sat, 5 Oct 2002 22:41:03 +0200
Hallo again,
no my script always tries to open the old 'Url Access Scripting' in OS
9.2 . I several times choose again the new 'UAS' from OS X, but it
returns again to the old one.
Then i tried what happens and the old UAS started downloading, but it
loaded the site more then 30 minutes and i interrupted downloading.
Does anyone know the reason ?
Hallo Scripters.
i still have some problems with posting data with URL Access Scripting.
My download script works fine, but i got the following sample somewhere
and it does not work
I always get the message 'application does not run'.
Does anybody know why ?
set action_URL to "
http://hotornot.whow.de/user.php?action=index.php"
set the query_results_file to "Festplatte:" & "FMData"
set the form_data to
"bildid=244235&previmg_wertung=10&previd=244235&state=wertung&redir=nein"
tell application "URL Access Scripting"
download the action_URL to file the query_results_file form data
form_data replacing yes with progress
end tell
thanks in advance for any help
Gerd
_______________________________________________
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.