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 Shaun E 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. akwatters

    How to refer to web controls by their id attribute

    Given the following example html <input name="test1" type="checkbox" value="test1"/> <input name="test2" type="checkbox" value="test2"/> I can refer to a web control by Browser("xxx").Page("yyy").WebCheckBox("test1").Set "ON" However, with the following html <input id="id1" name="test"...

Part and Inventory Search

Back
Top