miketh2005 Posted March 25, 2012 Posted March 25, 2012 (edited) Hello again guys. I'm looking to create a local "web" browser, which is that it won't actually browse the web, but it will display from a .html file on the hard drive. I will also have hotlinks in the html file for it to display other html files on the harddrive, also. How would I go about doing this? Also... I need the program to send a pop up if the user clicks any other link in the html file. How would I go about doing that? Or would I have to create a kind of fake link in the program itself? Obviously I have access and can edit everything. I am creating the html files myself. Thanks guys. Edited March 25, 2012 by miketh2005
Guest Posted March 25, 2012 Posted March 25, 2012 I would also like to be able to display html files in a GUIit is for my I will help as much as I can but don't know more than you.
Guest Posted March 25, 2012 Posted March 25, 2012 http://www.rsforums.org/forums/programming/10337-autoit-simple-web-browser.htmlTry here it is a web browser which will put you on your way.
miketh2005 Posted March 25, 2012 Author Posted March 25, 2012 It was quite simple. FileRead and FileOpen can open html files. =DSo you can just read from an html file and then display it with _IEDocWriteHTML
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