ok, I found a solution myself:
document.getElementsByTagName('form')[1].elements[15].click();
if someone knows a more elegant solution than "counting" elements I'm still interested to hear
I am new to this forum, Hi everybody
I am trying to write a greasemonkey javascript code to automate submission of a form
the form has no name so I used this code to identify it in the array of forms and submit:
document.getElementsByTagName('form')[1].submit();
it ALMOST works but the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.