Re: Handling a CGI
Re: Handling a CGI
- Subject: Re: Handling a CGI
- From: email@hidden
- Date: Thu, 8 Nov 2001 14:24:30 EST
You're using Applescript 1.6, aren't you? It's broken for CGIs. I mentioned
that on the page I referenced (gotta watch those yellow hilites).
Make sure you have an error handler.
Make sure you wrap the returned html in an http header.
Post your code.
Jeffrey W Baumann
email@hidden
www.linkedresources.com
In a message dated 11/8/01 1:00:44 PM, Steve Thompson wrote:
>
Thank you for that link, but I'm afraid it didn't solve my problem.
>
Still can't get the CGI to work by putting "on Handle CGI request" at
>
the beginning and changing the code that writes the resulting html to a
>
file into a return statement.
>
>
As far as I can tell, all that happens is the cgi script launches. There
>
is no subsequent flashing of windows in other apps which there is if I
>
run the script in its original format. :-(
>
>
Steve