RE: form posting

2004-10-19 Thread Wiggins d Anconia
> > You were right about things being more complicated than they needed to be. I guess I read too many docs and got myself confused. > > Larry > > How refreshing, no one here will blame you for that! http://danconia.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

RE: form posting

2004-10-19 Thread Adamiec, Larry
> > > > > > > >From what I read, there isn't any operator after POST and > line works > so I believe an operator isn't needed. > > > > Thank you for your help. > > > > Larry > > > > Ah, yep. POST is a method provided by HTTP::Request::Common, > interesting. Of course that sort of begs the

RE: form posting

2004-10-19 Thread Wiggins d Anconia
> > > > > Also not sure, but I believe you need an operator after POST, > > check the > > docs for that. > > > > >From what I read, there isn't any operator after POST and line works so I believe an operator isn't needed. > > Thank you for your help. > > Larry > Ah, yep. POST is a metho

RE: form posting

2004-10-19 Thread Adamiec, Larry
> -Original Message- > From: Wiggins d'Anconia [mailto:[EMAIL PROTECTED] > Sent: Monday, October 18, 2004 21:04 > To: Adamiec, Larry > Cc: [EMAIL PROTECTED] > Subject: Re: form posting > > > Adamiec, Larry wrote: > > I am still trying to post form

Re: form posting

2004-10-18 Thread Wiggins d'Anconia
Adamiec, Larry wrote: I am still trying to post form data from a secure UNIX web server to an ASP script on a windows server. The following code works: The problem I having is this code requires me to specify each form field when I attempt to post to the ASP script. I would like to be able to gra