key
Jun 12th, 2000, 06:35 AM
Hi,
Did anyone ever ran into problems while downloading pages via Inet? A very simple test involves Text1, Text2, Command1, and Inet1 with the following command:
Private Sub Command1_Click()
Text1.Text = Inet1.OpenURL(Text2.Text)
End Sub
The problem is that the HTML Source Code may not be complete... The code works for http://www.winamp.com, but NOT for http://www.getright.com . Anyone know why this happens and how to solve this?
Thanks in advance :)
Did anyone ever ran into problems while downloading pages via Inet? A very simple test involves Text1, Text2, Command1, and Inet1 with the following command:
Private Sub Command1_Click()
Text1.Text = Inet1.OpenURL(Text2.Text)
End Sub
The problem is that the HTML Source Code may not be complete... The code works for http://www.winamp.com, but NOT for http://www.getright.com . Anyone know why this happens and how to solve this?
Thanks in advance :)