Hi I have written code to fetch the data from websites but those were just kind of copy paste of the code from internet.
Below are few queries that I have related to the same:
1. What is the basic code required for fetching the data from internet. Like a foundation from where we can customize as per our requirements. I would like to understand the code better and not just a copy paste.
2. Also is there any logic in getting the data by ID or TagName or any other identifier.
The below code will get the data with the help of ID but sometimes I am not able to get the ID so is there any trick or logic to get the data with the help of something else.
3. Is there any function with which I can initiate clicks in the website (eg: making the code click Submit button) also with the help of VB code.
Thanking you all in advance for the help.
Below are few queries that I have related to the same:
1. What is the basic code required for fetching the data from internet. Like a foundation from where we can customize as per our requirements. I would like to understand the code better and not just a copy paste.
2. Also is there any logic in getting the data by ID or TagName or any other identifier.
The below code will get the data with the help of ID but sometimes I am not able to get the ID so is there any trick or logic to get the data with the help of something else.
Code:
IE.document.getElementById("result_box").innerHTML
3. Is there any function with which I can initiate clicks in the website (eg: making the code click Submit button) also with the help of VB code.
Thanking you all in advance for the help.