good day
im trying to search data after navigating to the website and then entering input into the search field
following is the html code
first selecting "Search Cr" from drop dow
then input for keyword to search
im trying to search data after navigating to the website and then entering input into the search field
following is the html code
first selecting "Search Cr" from drop dow
HTML:
<!-- Dropdown menu Start -->
<div class="bs_LblockDropdown_App1 bs_LblockDropdown_Common" id="Div10">
<div class="bs_LblockDropdown_moic">
<div class="bs_Ldropdown_divS">
<h3><a *******='fn_menu_click("01010000");'><span>Search CR</span></a></h3>
then input for keyword to search
HTML:
<div class="bs_LsearchArea">
<div><div><div>
<table cellpadding="0" cellspacing="0" border="0">
<tbody><tr>
<th class="bs_td_10">
CR No.
</th>
<td class="bs_td_20" colspan="3">
<input name="ctl00$BodyPlaceHolder$txtCrNo" type="text" maxlength="9" id="BodyPlaceHolder_txtCrNo" class="bs_input_100p" autocomplete="off" onkeypress="return onlyPositiveNumber(event,this);" onkeyup="f_CRNoTrunc(this);" style="ime-mode: disabled">
</td>
</tr>
</tbody></table>
</div></div></div>
</div>