tommytx Posted July 29, 2010 Posted July 29, 2010 I know this is very simple, but I cannot find it.. Here is the normal way to load a file into the browser from the web.. $oIE.navigate("http://www.vahud.com/myfile.htm") But how do I do it from the hard drive... Course I know this is not right but just wanted to make sure you understood what I am trying to do. $oIE.navigate("c://file.htm") ???????...
kaotkbliss Posted July 29, 2010 Posted July 29, 2010 either of these will work... I think this is what you are looking to do #include <IE.au3> _IECreate ("C:\path\file.htm") or Run("C:\Program Files\Internet Explorer\iexplore.exe C:\path\file.htm") 010101000110100001101001011100110010000001101001011100110010000 001101101011110010010000001110011011010010110011100100001 My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek We're gonna need another Timmy!
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