Hi,
I've managed to fill in the username and password with the necessary details but I can't seem to click the submit button.
This method works on all other sites I've tried, but not this one. The button name is submit (Tryed all from source and looped through the input elements which it can't be found on there).
Might it be on another form or is it somthing to do with JS?
https://www.
Thanks
code I used:
and other methods to click the button, but nothing.Code:webbrowser1.document.getelementbyid("name").invokemember("click")
p.s i'm sure the button is called submit?




Reply With Quote