Re: [DOTNET] Using HttpWebRequest to fill in a webform

2002-05-16 Thread Marsh, Drew
Marc Mertens [mailto:[EMAIL PROTECTED]] wrote: > Because I want to write a client which can interact not only > with a IIS server with dotnet but with som general webforms > (using PHP, CGI, ASP , JSP ..) and I'm assuming that I have > no control over the server side. By the way I thought > views

Re: [DOTNET] Using HttpWebRequest to fill in a webform

2002-05-16 Thread Jim Arnold
; Sent: 16 May 2002 13:14 > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] Using HttpWebRequest to fill in a webform > > > Because I want to write a client which can interact not only with > a IIS server with dotnet but with som general webforms (using PHP, > CGI, ASP , JSP ..)

Re: [DOTNET] Using HttpWebRequest to fill in a webform

2002-05-16 Thread Marc Mertens
f the other side is not using ASP.NET Thanks a lot in advance Marc -Original Message- From: Jim Arnold [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 2:00 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Using HttpWebRequest to fill in a webform You'd need to post the view

Re: [DOTNET] Using HttpWebRequest to fill in a webform

2002-05-16 Thread Jim Arnold
...[instead] of faking a browser... Jim > -Original Message- > From: Jim Arnold [mailto:[EMAIL PROTECTED]] > Sent: 16 May 2002 13:00 > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] Using HttpWebRequest to fill in a webform > > > You'd need to post the vi

Re: [DOTNET] Using HttpWebRequest to fill in a webform

2002-05-16 Thread Jim Arnold
12:55 > To: [EMAIL PROTECTED] > Subject: [DOTNET] Using HttpWebRequest to fill in a webform > > > Hallo, > > I'm trying to write a application that automaticall fills in the > input fields of a webform and let the webform process this request. > More concreat suppose

[DOTNET] Using HttpWebRequest to fill in a webform

2002-05-16 Thread Marc Mertens
Hallo, I'm trying to write a application that automaticall fills in the input fields of a webform and let the webform process this request. More concreat suppose that you have a webform with two input fields and a submit button. If you fill in the fields and press the submit button some proc