• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Posting Form Data with UAS or iCAB
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Posting Form Data with UAS or iCAB (From: ehsan saffari <email@hidden>)

  • Prev by Date: Re: Posting Form Data with UAS or iCAB
  • Next by Date: Re: Converting enums to strings and v.v.
  • Previous by thread: Posting Form Data with UAS or iCAB
  • Next by thread: Re: Posting Form Data with UAS or iCAB
  • Index(es):
    • Date
    • Thread