Re: Posting Form Data with UAS or iCAB
Re: Posting Form Data with UAS or iCAB
- Subject: Re: Posting Form Data with UAS or iCAB
- From: Walter Ian Kaye <email@hidden>
- Date: Tue, 23 Sep 2003 23:16:35 -0700
At 07:12p -0600 09/23/2003, ehsan saffari didst inscribe upon an
electronic papyrus:
Hi
I am trying to fill a form and post it with icab or URL Access scripting.
Problem is I can't figure out how to send the form data so either
application can fill the form, all my attempts have resulted in a
unfilled form.
here is one failing method
set theDirectParam to
"http://www.sunrisesunset.com/custom_srss_calendar.asp"
set file_path to "daDisk:Desktop folder:Calfile.html"
set theFlags to 1
set theFormData to ("Select a city=Billings, Montana" & "+" & "month=2" &
Multiple errors already:
* You're using a dummy label as a field name.
("Select a city" should be "comb_city_info".)
* You haven't encoded the spaces.
(" "s should be " "s.)
* You're using the wrong separator.
("+" should be "&".)
* You're not using the correct value for the city.
("Billings, Montana" should be "Billings, Montana;108.5;45.8;-7;1")
HTH,
-Walter
_______________________________________________
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.