Web scraping

fraufreda

Board Regular
Joined
Oct 14, 2010
Messages
190
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
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>
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.

Forum statistics

Threads
1,226,739
Messages
6,192,739
Members
453,754
Latest member
milestogo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top