[help]clicking on a webbrowser[Solved]
ok i have a webbrowser and a timer and a textbox, that button goes to the website in the texbox and then it starts the timer and then i want the timer to click something on the page it lands on but the source of the page is just a bunch of stuff there is no names no id or nothing. please help. 
i have tried

i have tried
Code:
WebBrowser1.Document.GetElementById("w/e").InvokeMember("submit")
Code:
WebBrowser1.Document.Forms(0).InvokeMember("submit")
yes i have tried using other #'s than 0

I'm really confused.
FINALLY IT WORKS!