SearchinHTMLTable

Search for a word in a certain column in html table and return the full row where that word was found, or return the number of row in that table
Uses < table >, < / table >, < tr >, < / tr >, < td >, < / td > inside HTMLTable to look for ForWord in columns of table


Public

Tested

Original Work

ForWord, HTMLTable, Optional inColumn = 1, Optional SearchMode = 1, Optional ReturnValue = "FullRow", Optional AndNotWord = "", Optional StopSearching = "", Optional StartingRow = 0

Views 1
Downloads 0