' var End = '\ \r



' /* currently, one must cut and paste thier html from the form into another app (notepad etc.) to save it, I'm going to be working on a way to make a 'preveiw window' that they could view and save it from */ function enter(form, string) { form.output.value += string } function About() { alert("\rWilterPage v2.0\rHTML Editor Written in JavaScript" + "\r© 1997 E-HACK\[email protected]" + "\r http://www.ilf.net/wilter/ehack/"); } function Help() { alert("Help for E-HACK\'s WilterPage v2.0" + "\r\rUsage:\rUse this to speed up the creation" + " of HTML documents (Web Pages). To use this, you" + " should already know HTML, if you don't it isn't" + " going to help you much.\r\rTo use WilterPage to" + " make a web page, click the \"START\" button and" + " the tags for the start of an HTML document will" + " appear in the textarea, cuztomize them for the" + " page you're creating, and go about using the oth" + "er buttons to make the rest of your HTML Document" + ", when you are done, hit the \"END\" button and the" + " end tags will appear.\rAfter you create an HTML" + " document, cut and paste it from the textarea to" + " notepad or any other text editor (MS Word, Wordperfect" + " etc.) and save it and upload to where you want it" + " to be." + " \rPretty simple eh?"); About() } // end hiding-->

E-HACK's WilterPage v2.0

HTML Editor written in JavaScript




Ever in a hurry to whip out a web page, or just hate typing all the tags, but you don't want to use some shitty html editor? Well, thats where WilterPage comes in, this is a simple JavaScript HTML Editor, what it does basically is allow for you to click buttons and have the tag pop up in the textarea, say you want to center some text, click the "CENTER" button and <CENTER></CENTER> pops into the edit box, same pretty much with the rest of the tags. This doesn't teach you HTML or make you not see the HTML, it just makes the creation of HTML much faster than by typing all the tags manually. If you wish to use this on your page, or have any comments or suggestions for the next version of WilterPage, please e-mail me at [email protected]. I know I left out some tags from this version, but I put in the tags that I use/see used most often, if you would like me to add some other tags to it, send me some e-mail, I will deffinitly be making another version of this.
Thanks,
E-HACK
    Changes in v2.0
  1. Added form tags
  2. Added bgclolor to the table
  3. Revised layout somewhat
  4. Added other miscellanious tags

Back to my JavaScripts page

WilterPage v2.0 By: E-HACK
Your HTML:
Header
Font
Form


Source For WilterPage v2.0
' var text = '\r' var radio = '\r' var checkbox = '\r' var button = '\r' var CLeAR = '\r' var submit = '\r' var Start = '' + '\r\rPage Title' + '\r\r

' var End = '\r\r



' /* currently, one must cut and paste thier html from the form into another app (notepad etc.) to save it, I'm going to be working on a way to make a 'preveiw window' that they could view and save it from */ function enter(form, string) { form.output.value += string } function About() { alert("\rWilterPage v2.0\rHTML Editor Written in JavaScript" + "\r© 1997 E-HACK\[email protected]" + "\r http://www.ilf.net/wilter/ehack/"); } function Help() { alert("Help for E-HACK\'s WilterPage v2.0" + "\r\rUsage:\rUse this to speed up the creation" + " of HTML documents (Web Pages). To use this, you" + " should already know HTML, if you don't it isn't" + " going to help you much.\r\rTo use WilterPage to" + " make a web page, click the \"START\" button and" + " the tags for the start of an HTML document will" + " appear in the textarea, cuztomize them for the" + " page you're creating, and go about using the oth" + "er buttons to make the rest of your HTML Document" + ", when you are done, hit the \"END\" button and the" + " end tags will appear.\rAfter you create an HTML" + " document, cut and paste it from the textarea to" + " notepad or any other text editor (MS Word, Wordperfect" + " etc.) and save it and upload to where you want it" + " to be." + " \rPretty simple eh?"); About() } // end hiding-->

BODY OF YOUR PAGE BEGINING OF THE FORM
WilterPage v2.0 By: E-HACK
Your HTML:

© 1997 E-HACK ([email protected])