Send form with URL access
Send form with URL access
- Subject: Send form with URL access
- From: Johan Jacobson <email@hidden>
- Date: Fri, 11 Jan 2002 19:19:41 +0100
Hi!
I have a problem. I can4t seem to get my script to work when I use URL
access to send form data. I use Mac OSX 1.2. I saw some earlier post
about thi subject but I cant get it to work.
Here is my script:
tell application "URL Access Scripting"
set x to download ,
"
http://www.alphait.se/index.asp" to file ,
"Music:Temporary Items:test.txt" form data ,
"tel=9090909&message=Testar" replacing yes without progress
end tell
The only thing I get is a dialog telling me that there is no application
running. If I use "get" instead of "post" it works. Reallu strange and
very frustrating any help woul be very appriciated.
Regards!
Johan