
Originally Posted by
AbsolutelyNotPKTINOS
Noone is going to add you on skype like that, just ask here.
Well okay basically I have a webbrowser in vb.net I navigated to a page which has 3 textboxes, 2 of these textboxes have an ID which I am able to use webbrowser1.document.getelementbyid("").setattribu te("value", "bla") but the third one doesn't have an ID, any idea how to set its value without using an ID? (I want it to be fully automatic)