Darren66 Posted July 7, 2003 Posted July 7, 2003 Is it possible to call a webpage that has a form on it and get the form's action to run automatically, having used a variable to populate the forms field? <Form Action=name.php Method=Post> <Input Name=FirstName Value='username'> <Input Type=Submit> </Form> (My webpage is on an Apache server and I'm using php if it makes any difference..) Quote
*Gurus* divil Posted July 8, 2003 *Gurus* Posted July 8, 2003 Check out the WebClient class, it can send requests to webservers and allows you access to the data returned. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.