I can do very little. I am restricted to beed able to use send keys to
select a textbox on the site and goto the enter button. after that It using
send keys again to select information.
"NickHK" wrote:
Does that mean you cannot automate IE ?
Or you can talk directly to the server.
NickHK
"Ash" ...
While automating IE should work I am limited in the way I can access the
site
because of company policy. I need to find a way to find out when the site
has loaded the second page.
"NickHK" wrote:
Why automate IE ?
Here's 1 example :
http://support.microsoft.com/kb/167658
NickHK
"Ash" ...
I'm writing a macro to copy data to and from a web page using mainly
the
send
keys function. Currently I have set a long wait period in the code
while
the
site updates. This not only makes the macro run slower than it needs
to
but
also cannot detect if the site crashes.
Does anyone know a way i can check the state of the site and detect a
change. Eg when the site move from account search to account
information.