kennedymr2
Programmer
I have a simple Web Page loaded in vb6 webbrowser...on a form.
The webPage code is..
<html>
<head>
<title>Demo Form</title>
</head>
<body>
Heading..............
<form enctype="multipart/form-data" action=" method="post"><br>
<input type="submit" value="Process">
</form>
</body>
</html>
??? How do i get vb6 to click the submit button on the webbrowser form
I seem to get object not set whenever i try any method
Appreciate any help
Kennedymr2
The webPage code is..
<html>
<head>
<title>Demo Form</title>
</head>
<body>
Heading..............
<form enctype="multipart/form-data" action=" method="post"><br>
<input type="submit" value="Process">
</form>
</body>
</html>
??? How do i get vb6 to click the submit button on the webbrowser form
I seem to get object not set whenever i try any method
Appreciate any help
Kennedymr2