i want creat a login client

application have webbrowser1 ,text1 = username , text2 = password, button1 = login

and here is link , but user name and pas is wrong

http://188.165.91.36//login.php?username=honey&password=333

i dont want to use http post method i want to use web browser

Recommended Answers

All 6 Replies

Is text1 and other controls web browser controls or vb6 form controls?

What code do you have to validate the login?

Did you not read my comments above?

Is text1 and other controls web browser controls or vb6 form controls?

What code do you have to validate the login?

We can not read minds here, give us more information and we will help you, no problem.

Once I know what username and password textboxes is used, I can help.

Your code will unfortunately not work the way you have it constructed right now. in your login.php form, you need to assign the username and password to its respective values. Normally there is a textbox for both in a browser. We need to get these textbox names to add the values and then similate a click event of the login button.

I've tried to get to your page with the url supplied, there is nothing available on the browser form.

The first part of .navigate is correct up to the end of login.php. after that we need to assign these values to be able to login. please show the code you are using in your login.php page.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.