blumi Posted June 24, 2010 Posted June 24, 2010 Doing some tests with the function InetGet I want to read the HTML code of an URL, tidy it up and then save to a file. With tidy up I mean to make some @LF after the tags, so the code should be more clearly arranged. Is there a special function in autoit to tidy html code? I've used StringReplace to replace the ">" with "> & @LF". Thank you
Mat Posted June 24, 2010 Posted June 24, 2010 http://www.autoitscript.com/forum/index.php?showtopic=103417 AutoIt Project Listing
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