Inner Text And LocationName Or URLLocation

A

a

Hi and thanks in advance
i have a web site like google
www.google.com
this site is alrady open i don't need any code to open the site
i'm not using object browser control and i will not use it
ok my question is
is there any way to :
use the inner text with the open web site
command_1_click
me.webb.Document.documentElement.innerText
end sub
the code above you can use if you have object browser control on your form
i need code use inner text with open web site
example
you type www.google.com in IE address bar you will see google page and after
that you minimize the IE
in access form 2003
I need code like this (this code will not work)
(1)
command_click
if urllocation = "www.google.com " then
' here is the tricks
' what should i use before Document.documentElement.innerText
mgbox Document.documentElement.innerText
end sub
(2)
command2_click
if UrlName= "www.google.com " then
' here is the tricks
' what should i use before Document.documentElement.innerText
mgbox Document.documentElement.innerText
end sub
notes :
there will be more than IE instance open
example
www.yahoo.com is open
www.msn.com is open
but the exact url is google.com ( i need use inner text with google only)
is this possbile
hope understand me
if you need more information please ask
 
A

Arvin Meyer MVP

Your question may be better answered in a newsgroup appropriate to your
problem. This newsgroup is dedicated to the Microsoft Access database
product. The Microsoft website may have misdirected you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top