-

   rss_sql_ru_access_programming

 - e-mail

 

 -

 LiveInternet.ru:
: 16.03.2006
:
:
: 4

:


. .

, 19 2016 . 09:23 +
.
.
:
Dim my_url As String
Dim xml_obj As New MSXML2.XMLHTTP 
Dim html_doc As MSHTML.HTMLDocument  
    my_url = "...htm"
    xml_obj.Open "GET", my_url, False 
    xml_obj.send 
    Set html_doc = New MSHTML.HTMLDocument 
    html_doc.body.innerHTML = xml_obj.responseText


1:
xml_obj.responseText .
2:
html_doc.body.innerHTML . .

?
.

http://www.sql.ru/forum/1223159/parsing-problemy


: [1] []
 

:
: 

: ( )

:

  URL