How to fill the fields of IE's web page from within VB or C++ ?
-
Does anybody know how to fill the fields of IE's web page from within VB or C++ ? What if the page is secure? Of course, there is no problem to fill all the fields by hand. The question is how to do it automatically, by running .exe or .dll.
-
Does anybody know how to fill the fields of IE's web page from within VB or C++ ? What if the page is secure? Of course, there is no problem to fill all the fields by hand. The question is how to do it automatically, by running .exe or .dll.
It is depends on wheither your form it to be submited by POST , by COOKIES or by QUERYSTRING. If your web page form is using querystring, you just ammend the URL like http://www.codeproject.com/script/comments/user\_reply.asp?forumid=myIDblahlblah Check out some ASP/JSP/PHP/Perl tutorial to understand the concept Sonork 100.41263:Anthony_Yio