Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB code to access login

Status
Not open for further replies.

tbalazs

IS-IT--Management
Joined
Dec 18, 2000
Messages
158
Location
GB
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=&quot;ClientLogin&quot; ACTION=&quot;login.asp&quot; METHOD=&quot;post&quot;>
<INPUT TYPE=&quot;TEXT&quot; NAME=&quot;Username&quot;>
<INPUT TYPE=&quot;PASSWORD&quot; NAME=&quot;Password&quot;>
</FORM>

Let's say the username is &quot;apple&quot; and the password is &quot;pie&quot;.
Ideally, IE would then open at the page in question.

Thanks for any suggestions.

Tony Balazs.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top