How to get webpage data
Posted: Wed Sep 12, 2018 9:14 pm
Hello,
Hoping someone can help here. I can retrieve webpage data by using this format:
put url ("https://www. genericpage .com/generic_search.php?valid=y&active=y&Search=Search") into tReturnedData
But tReturnedData has what appears to be the page source html code.
What I would like to ask is how do I get the text data that would be displayed on the webpage.. not the page source, but the data displayed in the browser, I guess more like http GET /generic_search.php?valid=y&active=y&Search=Search.
-fj
Hoping someone can help here. I can retrieve webpage data by using this format:
put url ("https://www. genericpage .com/generic_search.php?valid=y&active=y&Search=Search") into tReturnedData
But tReturnedData has what appears to be the page source html code.
What I would like to ask is how do I get the text data that would be displayed on the webpage.. not the page source, but the data displayed in the browser, I guess more like http GET /generic_search.php?valid=y&active=y&Search=Search.
-fj