sudharshan86
New Member
- Joined
- May 26, 2014
- Messages
- 13
I need to click on the button search in ie. Below code worked fine to click on the button.
But it is not picking the criteria provided for searching. I also tried "FireEvent ("*******") with no success.
Below is the source code:
Code:
ie.Document.all("frmSearch").submit
But it is not picking the criteria provided for searching. I also tried "FireEvent ("*******") with no success.
Below is the source code:
HTML:
<INPUT *******="javascript:if (!validateSearchForm()) return;if (!checkCountOfDays()) return; addRefKeysToForm(frmSearch); frmSearch.submit();" style="WIDTH: 100px" type=button value=Search>
Last edited: