Hi experts,
I am trying to get some data from a webpage.
My code is working fine on other sites but with this page i am getting run time error 91.
Sample of html
<h2>Impact Hub Honolulu</h2>
<div class="col-xs-12 pade_none verified_date_rs">
<div class="verified_icon_rs"><img src="https://coworker.imgix.net/template/img/space/img_verified_green_arrow.png">Verified</div>
<div class="date_joined_rs"><img src="https://coworker.imgix.net/template/img/space/date_icon_rs.png"><span>Joined October 2017</span></div>
<div class="website-link-text"><a href="http://www.impacthubhnl.com/?ref=coworker" target="_blank"><img src="https://coworker.imgix.net/template/img/space/img_website_link_pic.png"><span>Website</span></a></div>
</div>
<div class="col-xs-12 pade_none much_bord">
<div class="col-xs-12 pade_none muchroom_mail"><i class="fa fa-map-marker"></i> 1050 Queen Street #100, Honolulu, United States</div>
<div class="col-xs-12 pade_none muchroom_mail add-phone-number-con"><i class="fa fa-phone fa-rotate-270" aria-hidden="true"></i> <a href="callto:+8086643306">+8086643306</a></div>
I want the Name ( Impact hub Honululu), Address (1050 Queen Street #100 , Honolulu, United States), Website (http://www.impacthubhnl.com), Telephone (+8086643306) from this HTML but couldn't
I tried using getelementsbyclassname, tagname, id but all failed.
Any clues?
Thanks in Advance
I am trying to get some data from a webpage.
My code is working fine on other sites but with this page i am getting run time error 91.
Sample of html
<h2>Impact Hub Honolulu</h2>
<div class="col-xs-12 pade_none verified_date_rs">
<div class="verified_icon_rs"><img src="https://coworker.imgix.net/template/img/space/img_verified_green_arrow.png">Verified</div>
<div class="date_joined_rs"><img src="https://coworker.imgix.net/template/img/space/date_icon_rs.png"><span>Joined October 2017</span></div>
<div class="website-link-text"><a href="http://www.impacthubhnl.com/?ref=coworker" target="_blank"><img src="https://coworker.imgix.net/template/img/space/img_website_link_pic.png"><span>Website</span></a></div>
</div>
<div class="col-xs-12 pade_none much_bord">
<div class="col-xs-12 pade_none muchroom_mail"><i class="fa fa-map-marker"></i> 1050 Queen Street #100, Honolulu, United States</div>
<div class="col-xs-12 pade_none muchroom_mail add-phone-number-con"><i class="fa fa-phone fa-rotate-270" aria-hidden="true"></i> <a href="callto:+8086643306">+8086643306</a></div>
I want the Name ( Impact hub Honululu), Address (1050 Queen Street #100 , Honolulu, United States), Website (http://www.impacthubhnl.com), Telephone (+8086643306) from this HTML but couldn't
I tried using getelementsbyclassname, tagname, id but all failed.
Any clues?
Thanks in Advance
Last edited: