Quantcast
Channel: VBForums
Viewing all articles
Browse latest Browse all 42215

VS 2010 [RESOLVED] Login to Website

$
0
0
I tried getelementbyid but it doesn't have an id. Basically, I want to login in to the website using the webbrower control but not sure what attributes im suppose to use. I understand the setattribute function but not sure which to set, I've tried setting the attirbute of those attributes but it didn't work. The program didn't even enter the details.

HTML (Need to enter user, pass and click submit)
Quote:

<input type="text" name="user" size="20" class="input_text">
<input type="password" name="passwrd" size="20" class="input_password">
<input type="submit" value="Login" class="button_submit">

Viewing all articles
Browse latest Browse all 42215

Trending Articles