hey guys im really stuck, when i run y program if finds fields fill's them in and submits, but sometimes the page does not have them fields and i just want it to skip them if not found so it continues otherwise it crashes.
my e.g field:
WebBrowser1.Document.GetElementById("subject").SetAttribute("value", TextBox3.Text)
please help