Re: How to fill in web form as "open location" url?
Re: How to fill in web form as "open location" url?
- Subject: Re: How to fill in web form as "open location" url?
- From: Doug McNutt <email@hidden>
- Date: Thu, 29 Jun 2006 16:59:58 -0600
At 16:54 -0400 6/29/06, Mark J. Reed wrote:
>On 6/29/06, Eric Geoffroy <email@hidden> wrote:
>>I'm attempting to construct a form URL with either AppleScript or curl.
>>Goal: Insert ISBN (text string) and submit the form.
A bunch of good stuff by Mark snipped.
For FireFox there is an add-in called LiveHTTPheaders which will show you what goes on at a web site when you submit a form manually from a browser.
The curl tool will allow you to submit form data as GET or POST and if you want you can use a "do shell script" to make it happen. If you don't do that but stay in a shell that preserves state you can also ask curl to save and replay cookies to a site you're involved with.
iCab, a browser for the Mac, will also allow you to save and view a log file that will show the header data as you access a web site. <http://www.icab.de>
<http://macnauchtan.com/software/FinpMod/>
<ftp://ftp.macnauchtan.com/Software/Progress/> a directory
are some samples you might find interesting. They use some AppleScript which I do with a BBEdit worksheet and the osascript tool. Perl is involved.
--
--> From the U S of A, the only socialist country that refuses to admit it. <--
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden