quote:
Originally posted by Matty.
I THINK its WebBrowser1.Document['textbox'] = "' I THINK, now I cant remember exactly, but its the document part of the object.
It doesnt work, i get "Object Variable or width variable not set"
I had this line of code:
code:
MsgBox WebBrowser1.Document("username")
i did msgbox for debuging
EDIT
now i typed
code:
MsgBox WebBrowser1.Document = "username"
it says "FALSE"