Gerald Posted July 25, 2009 Posted July 25, 2009 can any one give me some Ex code how to make a generator plsss
Rarst Posted July 25, 2009 Posted July 25, 2009 What exactly do you need? HTML is text with tags. What is your input and whattags you need to add? AutoIt tag at Rarst.net
gruntydatsun Posted July 25, 2009 Posted July 25, 2009 $_html = "<TITLE>My Page</TITLE><BODY>Body of document...." $_html &= "appended on line 2 of script </BODY>" FileWrite("C:\webpage.html",$_html)Build it with strings and write it to a file.Are you making a WYSIWYG editor?
Gerald Posted July 27, 2009 Author Posted July 27, 2009 $_html = "<TITLE>My Page</TITLE><BODY>Body of document...." $_html &= "appended on line 2 of script </BODY>" FileWrite("C:\webpage.html",$_html)Build it with strings and write it to a file.Are you making a WYSIWYG editor?thank you man now i have a idea hmm what is WYSIWYG editor i have not all ready hear that
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