Re: WebBrowser Input Problem
Email works, but PW doesn't because of the tag
Code:
<input id="email-email" type="text" name="handle" value="" />
<noscript><label for="password-password" id="combo-label" class="no-js">Combination</label></noscript>
<input id="password-clear" type="text" value="Combination" />
<input id="password-password" type="password" name="password" value="" />
<input id="sumbitLogin" class="signin" type="submit" value="Sign In" />
Re: WebBrowser Input Problem
Is there anyway to get it to work?
Re: WebBrowser Input Problem
If we told you, they'd ban you, and just change it again. We can't help break the rules of a site
Re: WebBrowser Input Problem
The following works in VB.Net 2008.
Code:
WebBrowser1.Navigate("www.lockerz.com") ' Follow this with some code to wait for page ready
WebBrowser1.Document.Forms.Item(0).GetElementsByTagName("INPUT").Item("handle").InnerText = TextBox1.Text
WebBrowser1.Document.Forms.Item(0).GetElementsByTagName("INPUT").Item("password").InnerText = TextBox2.Text
WebBrowser1.Document.GetElementById("sumbitLogin").InvokeMember("click")
I'm sure it will work in VB 6.
If you want I will post the VB.Net project for you.
Re: WebBrowser Input Problem
Quote:
Originally Posted by
dglienna
If we told you, they'd ban you, and just change it again. We can't help break the rules of a site
BTW please do no destroy the earth with this as I have no where else to Live. !!!!