au3boy Posted April 8, 2008 Posted April 8, 2008 #include <ie.au3> $oie=_iecreate($url) _IEAction($oIE,"saveas") ;"send" and "controlclick" save as all failure how about "save as" thanks
DarkMatter Posted April 8, 2008 Posted April 8, 2008 (edited) _IEAction pauses execution until the dialog box (Save HTML Document window) is closed. Edited April 8, 2008 by DarkMatter [sub]Quantum mechanics: The dreams stuff is made of[/sub]
au3boy Posted April 8, 2008 Author Posted April 8, 2008 _IEAction pauses execution until the dialog box (Save HTML Document window) is closed.how i can do
DarkMatter Posted April 8, 2008 Posted April 8, 2008 You could aways do it manually by using Send() and ControlClick() [sub]Quantum mechanics: The dreams stuff is made of[/sub]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now