" newContent += "Now Sampling
\n" newContent += "" + selectedSong.text + "
\n" newContent += "\n" newContent += "" + "\n" newContent += "
\n" newContent += "
Hosted by www.Geocities.ws

" // write HTML to new window document songWindow.document.write(newContent) songWindow.document.close() // close layout stream } } } } function makePage(form) { var newWindow = window.open("","","menubar,status,location,resizable,scrollbars,toolbar") if (newWindow != null) { // assemble content for new window var newContent = "" + "\n" + "\n" + "" + form.pageTitle.value + "\n\n" //format background wallpaper newContent += "
\n" + "<\!Done using Speedy's web wizard at http://js.junerin.net> " + "\n" //format page heading colour var headingColorValue=form.headingColor.selectedIndex newContent += "
\n

" newContent +=form.pageHeading.value + "

" + "\n" //load selected margin var lineValue = form.marginLine.selectedIndex newContent += "" + "
\n" //embed background sound for Netscape var bgSoundValue = form.bgSound.selectedIndex if(form.bgSound.options[bgSoundValue].value!="none"){ newContent += "" + "\n" newContent += "Now playing " + form.bgSound.options[bgSoundValue].text + "\n\n" } //set font style for content var fontStyleValue=form.fontStyle.selectedIndex var selectedFont = form.fontStyle.options[fontStyleValue].text //set font size for content var fontSizeValue=form.fontSize.selectedIndex var selectedSize = form.fontSize.options[fontSizeValue].text //set & write content style font & size newContent += "

\n
" newContent += "" + "\n" newContent += form.pageContent.value newContent += "\n
\n

\n" //list favourite links and descriptions in a borderless table if (form.url[0].value != "http://" && form.url[0].value != ""){ newContent += "\n
\n" //links heading colour newContent += "" newContent += "

" + form.linksHeading.value + "

\n" for (var i=0; i < form.url.length; i++){ if (form.url[i].value != "http://" && form.url[i].value != ""){ //write url and url name newContent +="" + form.urlName[i].value + " - \n" //write url description newContent += form.urlDesc[i].value + "\n

\n" } } newContent +="

" + "\n" } //last words to say if (form.lastWords.value != "Any Last words you like to say before you end your web page?" && form.lastWords.value !=""){ newContent += "

\n" + form.lastWords.value + "" + "\n" } //author newContent += "

\n
Created from the site of The Speedys
\n" //email newContent += "

\nEmail me: " + form.pageEmail.value + "\n

\n\n
Hosted by www.Geocities.ws

\n\n" // write HTML to new window document newWindow.document.write(newContent) newWindow.document.close() // close layout stream } } //-->

Web Page Wizard

Watch the status bar for additional info as you click on the different fields.
Enter your page title: Preview Colour

Enter your page heading:
Page Heading Colour
BackGround Colour Text Colour
Choose a margin line to show after your page heading
Do you want background sound?
yes no
Enter your favourite links
You can enter up to 4 links. If you only have 1 in mind, leave the other 3 as they are.

Heading of your favourite links:

Link1


Link2


Link3


Link4


What would you like to say? HTML tags allowed.
Choose only the fonts that are installed in your system. If you choose a font that isn't available in your system. The default text will prevail.
Content Font Content Size Choose a background wallpaper
What's your email?

Once the page is created, you may save the generated HTML document in your hard drive, the graphic bar, wallpaper if any, and the background music if any. Open the HTML file and remove the <BASE HREF=""> tag which is located at the top of the page.

Save this wizard script(250Kb)

Hosted by www.Geocities.ws

1