heres the problem, I made a program the inputs to a website's text box. sometimes though, the box isnt on the page and I get an error message so I need to check weather or not the input box is there or not. or can I say:
if you know get back to meVB Code:
webbrowser1.document.getElementbyName('"txtBox").item(0).some method?![]()




Reply With Quote