'+document.form.title.value+'

'+document.form.htmlcode.value+''); } } function header1() { var head1=prompt('Text for the size 1 header','Text'); document.form.htmlcode.value+=('

'+head1+'

\r\n'); } function header2() { var head2=prompt('Text for the size 2 header','Text'); document.form.htmlcode.value+=('

'+head2+'

\r\n'); } function header3() { var head3=prompt('Text for the size 3 header','Text'); document.form.htmlcode.value+=('

'+head3+'

\r\n'); } function header4() { var head4=prompt('Text for the size 4 header','Text'); document.form.htmlcode.value+=('

'+head4+'

\r\n'); } function header5() { var head5=prompt('Text for the size 5 header','Text'); document.form.htmlcode.value+=('
'+head5+'
\r\n'); } function header6() { var head6=prompt('Text for the size 6 header','Text'); document.form.htmlcode.value+=('
'+head6+'
\r\n'); } function regular() { var normal=prompt('Regular text','Text'); document.form.htmlcode.value+=(''+normal+'\r\n'); } function bold() { var dark=prompt('Bold text','Text'); document.form.htmlcode.value+=(''+dark+'\r\n'); } function italic() { var ital=prompt('Italicized Text','Text'); document.form.htmlcode.value+=(''+ital+'\r\n'); } function underlined() { var underline=prompt('Underlined Text','Text'); document.form.htmlcode.value+=(''+underline+'\r\n'); } function paragraph() { document.form.htmlcode.value+=('

'); } function link() { var hyper=prompt('URL for the link','http://'); var hypertwo=prompt('Text for the link','Text'); document.form.htmlcode.value+=(''+hypertwo+'\r\n'); } function emaillink() { var emailit=prompt('Your E-Mail Address','nobody@nowhere.com'); var emailittwo=prompt('Text for the link','Text'); document.form.htmlcode.value+=(''+emailittwo+'\r\n'); } function image() { var img=prompt('URL for the image','http://'); document.form.htmlcode.value+=('\r\n'); } function line() { var horizontal=prompt('Size for the line','Number'); document.form.htmlcode.value+=('


\r\n'); } function center() { document.form.htmlcode.value+=('
'); } function endcenter() { document.form.htmlcode.value+=('
'); } function hidden() { var hideit=prompt('Text for the hidden message','Text'); document.form.htmlcode.value+=('\r\n'); } function changefont() { var font=prompt('New font size:','Number'); var fonttwo=prompt('New font color:','Color'); var fontthree=prompt('New font face:','Font face'); var fonttext=prompt('Text for the new font settings:','Text'); document.form.htmlcode.value+=(''+fonttext+'\r\n'); } function table() { var tablefour=prompt('Table Width:','Number'); var tableone=prompt('Table Border:','Number'); var tabletwo=prompt('Cellspacing:','Number'); var tablethree=prompt('Cellpadding:','Number'); var tablebgcolor=prompt('Table Background Color:','color'); document.form.htmlcode.value+=('\r\n'); } function newline() { document.form.htmlcode.value+=(''); } function newcell() { var align=prompt('Align for the cell','Text') var colspan=prompt('Column Span for the cell','Text') var celltext=prompt('Text for the cell','Text') document.form.htmlcode.value+=('\r\n'); } function endtable() { document.form.htmlcode.value+=('
'+celltext+'
'); } function textarea() { var rows=prompt('Rows in the text area','Number') var cols=prompt('Columns in the text area','Number') var textareawords=prompt('Value in the text area','Text') document.form.htmlcode.value+=('
\r\n'); } function strong() { var stron=prompt('Strong text','Text') document.form.htmlcode.value+=(''+stron+'\r\n') } function orderedl() { document.form.htmlcode.value+=('
    ') } function unorderedl() { document.form.htmlcode.value+=('
\r\n') } function endlisttwo() { document.form.htmlcode.value+=('\r\n') } function bgsound() { var bgsoundurl=prompt('URL for the background sound','http://') document.form.htmlcode.value+=('\r\n') }
The HTML Generator
Version 1.0

by Michael Wieck
m_wieck@yahoo.com

Window Configuration:For the height and width categories, type in a number. For the rest of the window configuration section, type in a 1 for yes or a 0 for no.
Width:
Height:
Toolbar:
Location Box:
Directories:
Status Bar:
Menu Bar:
Scrollbars:
Resizable:
Copy History:
Basics:This section configures the settings for your site.
Page Title:
Text Color:
Link Color:
Visited Link Color:
Background Color:
Body:Click on anything else that you want to add to your site.
HTML Code:You can edit this section if you know any HTML.