Hi All,

I have using following code...

Code:
Dim sHTML As String
Dim URL as String

URL = "http://www.bassford.com/Attorney-detail.php5?id=3"
sHTML = Inet1.OpenUrl(URL)

Text1.Text = sHTML

I can't receive full html code....

Why? Pls help me.

Thanks,
Selvaraj B.