Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21852

How to get contents ajax div?

$
0
0
Hi,
How to get contents for
Code:

<div id="ajax_div"></div>
because didn't show codes in page source.
Thanks.

Code:

<html>
<head></head>
<body>
<div id="normal_div">contents..</div>
<div id="ajax_div"></div>
</body>
</html>

Code:

Dim objWshShell,IE,searchStr
Set objWshShell = Wscript.CreateObject("Wscript.Shell")
Set IE = CreateObject("InternetExplorer.Application")
With IE
  .Visible = true
  .Navigate "http://site"
  Do While .Busy
    WScript.Sleep 100
  Loop
.....
.....
End With


Viewing all articles
Browse latest Browse all 21852

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>