I have a 2 buttons with following JavaScript oncLick function calls:
SearchByDebitDate(false) – do search by debit date. (search button)
SearchByDebitDate(true) – clear previous search. (clear button)
Here is a function's body:
function SearchByDebitDate(isClear)
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top