Hiya,
when I try to get a pages HTML as a string, the Inet1.OpenURL(pageadd) statement only gets half of the page , this happens in numerous pages and with .html and .php pages .
Is there a way to make it work proprly , or another way to do it ?
Heres the code I used,
Thank you
Dim pageadd As String
pageadd = "http://hubble.nasa.gov/index.php"
Text8.Text = Inet1.OpenURL(pageadd)


Reply With Quote
Bookmarks