I am very new to VB. What code will allow me to access a web page via asp? The site in question's login page is, say, and the relevant code is:
<FORM NAME="ClientLogin" ACTION="login.asp" METHOD="post">
<INPUT TYPE="TEXT" NAME="Username">
<INPUT TYPE="PASSWORD" NAME="Password">
</FORM>
Let's say the username is "apple" and the password is "pie".
Ideally, IE would then open at the page in question.
Thanks for any suggestions.
Tony Balazs.
<FORM NAME="ClientLogin" ACTION="login.asp" METHOD="post">
<INPUT TYPE="TEXT" NAME="Username">
<INPUT TYPE="PASSWORD" NAME="Password">
</FORM>
Let's say the username is "apple" and the password is "pie".
Ideally, IE would then open at the page in question.
Thanks for any suggestions.
Tony Balazs.