Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: How to emulate clicking Edit, Select All, CTRL-C in InterNet Explorer?

From: MLH <CRCI@----------.--->
To: NULL
Date: 10/3/2005 4:19:00 PM
>
>You would need to try to automate IE for that which is not an XML 
>problem at all so not sure why you ask here.
>The docs for IE automation are here:
><http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/webbrowser/reference/objects/internetexplorer.asp>

OK, maybe I should have asked it this way, using VBA's CreateObject
function, I utilize the following code snippet to launch a brief
Microsoft XML HTTP session. With the URL shown, there is
no problem capturing the webpage source (eBay's time server).
On the other hand, I cannot say the same for this site:
http://tycho.usno.navy.mil/cgi-bin/anim
Can someone explain to me why the navy site causes my Access
application to lock up tighter than a nun's ass?
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx


Set msXML = CreateObject("Microsoft.XMLHTTP")
MyURL =
"http://cgi1.eXXXbay.com/aw-cgi/eXXXBayISAPI.dll?TimeShow&hc=1&hm=td.s5ddl7437"
' The REAL URL does not contain any "XXX" string snippets. Remove them
' to get the REAL URL. Cannot post eBay in a URL string on this forum.
' Sorry.
msXML.Open "GET", MyURL, False
msXML.send
strPageContent = msXML.responseText
Set msXML = Nothing
Debug.Print Len(strPageContent)
Debug.Print strPageContent



transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent