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

    Setting element with no ID specified

    We had to implement a loop to select the item we wanted on the drop down list. This is the code that ended up working (for 'Website2' mentioned above - the one with no IDs listed). Set IE = CreateObject("InternetExplorer.Application") set WshShell = CreateObject("WScript.Shell")...
  2. JairIrwin

    Setting element with no ID specified

    Thanks for the help everyone. We were able to get our automation working thanks to the help of the posters here. Jair.
  3. JairIrwin

    Setting element with no ID specified

    Hi Guitarzan, Wow, thanks very much! That solved the riddle. I'm able to get the check boxes checked without having an ID! Really appreciate the tip. We're still struggling with one other part of the script. It relates to a drop down list, which is a bit different from the checkbox...
  4. JairIrwin

    Setting element with no ID specified

    Hello, We have successfully used the script listed below to check/select various items on a webpage (Website1), and then search. This is repeated every 15 minutes. Everything works great. However, on a different, older version of the website (Website2), which we also need to manipulate, this...

Part and Inventory Search

Back
Top