Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. claudiodi

    Click second button on form

    That's what I would do indeed. But it's not my web site, I am trying to automate an existing website which I can't edit.
  2. claudiodi

    Click second button on form

    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
  3. claudiodi

    Click second button on form

    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...

Part and Inventory Search

Back
Top