Link to home
Start Free TrialLog in
Avatar of hatem72
hatem72

asked on

How To Save Html Page ( Full Page Not the URL ) Into Access DataBase

Hi All

How To Save Html Page ( Full Page Not the URL ) Into Access DataBase .
Avatar of samopal
samopal

Dim ITT As Object, Text1 As String
Set ITT = CreateObject("InetCtls.inet")

text1 = ITT.OpenURL("http://www.somesite.com")
Set ITT = Nothing

MsgBox text1

Now you can save Text1 into your table.

D'Al
Avatar of hatem72

ASKER

Hi samopal

Thanx for ur Comment , But i am looking for save the content of the Page not the
link ( URL )  ... & How to View this page Later From the Access DataBase .

By the way i am good in vb6 and i am using the Access DataBase as DB File Only ...
So plz Try to make it Easy .
ASKER CERTIFIED SOLUTION
Avatar of samopal
samopal

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial