by kschenx » Fri, 10 Oct 2003 11:04:48
hi,
I want to program a application that navigate to a web site and do
something and quit.
My problem is:when I click a button on the web page like this:
ie.document.all(7).click
a confirm dialog show up and need user to click,so the application
stop,I want the application to click the ok button and go on.
How to do it?
Thanks