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)
<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">
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">