At 09:07 AM 9/3/2001 -0700, Lynn Glessner wrote:
>That did it - thanks :) I am slowly but surely getting this changed over.
>
>I changed
><FORM ACTION="c:\inetpub\scripts\sl3.pl"
>to
><FORM ACTION="http://198.162.0.1/scripts/sl3.pl"
>
>(Obviously if I decided to make this public I would need a different IP or
>hopefully a DNS name.)
>
>I can't believe this is taking me so long, when the script WORKS on a
>different OS and web server, but hopefully once I have gone through this
>once I'll be able to do this again in the future (or just develop on the
>same platform, that would be nice!)
As an aside, you should consider that your action does not even have to be
an absolute URL. Even if the form is in the HTML tree instead of the CGI
tree, you can at least get away with just ACTION="/scripts/myscript.cgi"
isntead of the whole HTTP://etc..
If the form was generated by another scripts in the scripts directory, then
you can get away with ACTION="myscript.cgi".
And finally, if the script that generated the form is the same that is
being posted to, you can leave off ACTION= entirely because the default
action is to submit the data to the same exact script.
Later,
Gunther
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]