I have a html page open on my webbrowser object, I can enter username and password okay, but I\'m stuck and don\'t know how to submit the info. Here is the html code for the us
You could try giving an ID to the form, in order to get ahold of it, and then call form.submit() from a Javascript call.