Site hosted by Angelfire.com: Build your free website today!
"; function main() { generate(); //code the text code+=input; //add the textcode to the full code code+=""; //finish the full code if(window.document.myForm.pageType[0].checked==true) { window.document.myForm.textbox.value = code; } else { window.document.myForm.textbox.value = input; } if (window.document.myForm.display.checked ==true) { preveiw(); } return false; } function generate() { var paragraphs=new Array(); var words = new String(window.document.myForm.textbox.value); paragraphs=words.split("\n"); var numParagraphs=paragraphs.length; for (var i=0; i"; } } function preveiw() { myWin=window.open("","Window1"); myWin.document.write(code); // Write error message to the popup window. myWin.document.close(); // Close the document }

Webpage Generator

It's simple, enter the text from your story, press the button, and the full html code will appear.

I want code for a full page
I want code for text only
Show me a preview page