pixel.gif (43 bytes)
pixel.gif (43 bytes)
header_logo1.jpg (5499 bytes) Shopping Cart
Customer Login
Register
pixel.gif (43 bytes)
pixel.gif (43 bytes)
pixel.gif (43 bytes)
Providing affordable, ready-made and custom calculators for websites since 1997
pixel.gif (43 bytes)
pixel.gif (43 bytes)
pixel.gif (43 bytes)
Home    Browse Calculators    Calculator License Prices    Help & Support    About Web Winder
pixel.gif (43 bytes)
pixel.gif (43 bytes)
pixel.gif (43 bytes)
Home > Free Site Traffic Magnets > Free Calculators > Personalized Short Story Installation
pixel.gif (43 bytes)
pixel.gif (43 bytes)
pixel.gif (43 bytes)
Home

Free Traffic Magnets
  • STM Calculators
  • Free Quiz Maker

    Calculators

    Pricing

    Help & Support

    About Us

    Site Map

    Privacy Policy

  • pixel.gif (43 bytes)
    Installation Instructions: Personalized Short Story

    Terms of Use: You may install this Personalized Short Story on your site for free, so long as my copyright info remains embedded in the code and the link back to my website is visible on the page you install the calculator on. You will find a link to the installation page located just beneath the calculator on this page.

    If you would like to purchase a license for the latest commercial grade (professional) version of this calculator, please visit our Commercial Calculator Center.

    If you would simply like to use an upgraded version of this calculator for your own personal use, I invite you to try our ever-growing collection of consumer-oriented calculators on our free online calculator use website for consumer decision making, discovery, and learning.

    Below are the instructions for installing the Personalized Short Story on your website:

    Step #1: Select and copy the script from the following text box, then paste between the <HEAD> and </HEAD> tags of the page you are installing the calculator on.
    Step #2: Select and copy the following HTML form code, then paste in the desired location between the <BODY> and </BODY> tags of the page you are installing the calculator on.
    <form method="post">
    <table BORDER="1" CELLSPACING="0" CELLPADDING="4">

    <tr>
    <td align="center" COLSPAN="5">
    <font face='arial'><big><strong>Personalized Short Story</strong></big></font>
    </td>
    </tr>

    <tr>
    <td COLSPAN="5">
    <font face='arial'><small>This JavaScript Calculator will write a short story based on your own
    personal data entries. Just think, you can insert this story or one like it into your
    website and each and every visitor to your site will read a totally different story!
    Please note that this calculator is only meant to provide you with an example of what can
    be done with JavaScript and is no way intended to showcase my writing skills. :-)</small></font>
    <p><font face='tahoma,arial'><small><strong> Instructions: </strong></small><font> <font face='arial'><small>Fill-in each of the following empty fields using your own personal data and then click on "Write Story."</small></font>
    </td>
    </tr>

    <tr>
    <td ALIGN="RIGHT"><font face='arial'><small>First Name:</small></font></td>
    <td><input TYPE="text" NAME="firstName" SIZE="15"></td>
    <td></td>
    <td ALIGN="RIGHT"><font face='arial'><small>Something to Hide Behind:</small></font></td>
    <td><input TYPE="text" NAME="plant" SIZE="15"></td>
    </tr>
    <tr>
    <td ALIGN="RIGHT"><font face='arial'><small>Last Name:</small></font></td>
    <td><input TYPE="text" NAME="lastName" SIZE="15"></td>
    <td></td>
    <td ALIGN="RIGHT"><font face='arial'><small>Friend's First Name:</small></font></td>
    <td><input TYPE="text" NAME="friend" SIZE="15"></td>
    </tr>
    <tr>
    <td ALIGN="RIGHT"><font face='arial'><small>Male or Female:</small></font></td>
    <td><input TYPE="text" NAME="gender" SIZE="15"></td>
    <td></td>
    <td ALIGN="RIGHT"><font face='arial'><small>A Piece of Furniture:</small></font></td>
    <td><input TYPE="text" NAME="furn" SIZE="15"></td>
    </tr>
    <tr>
    <td ALIGN="RIGHT"><font face='arial'><small>Age:</small></font></td>
    <td><input TYPE="text" NAME="age" SIZE="15"></td>
    <td></td>
    <td ALIGN="RIGHT"><font face='arial'><small>A word expressing Anger:</small></font></td>
    <td><input TYPE="text" NAME="cuss" SIZE="15"></td>
    </tr>
    <tr>
    <td ALIGN="RIGHT"><font face='arial'><small>Mother's First Name:</small></font></td>
    <td><input TYPE="text" NAME="mom" SIZE="15"></td>
    <td></td>
    <td ALIGN="RIGHT"><font face='arial'><small>Your Favorite Beverage:</small></font></td>
    <td><input TYPE="text" NAME="drink" SIZE="15"></td>
    </tr>
    <tr>
    <td ALIGN="RIGHT"><font face='arial'><small>Your Favorite Color:</small></font></td>
    <td><input TYPE="text" NAME="color" SIZE="15"></td>
    <td></td>
    <td ALIGN="RIGHT"><font face='arial'><small>A Room in Your House:</small></font></td>
    <td><input TYPE="text" NAME="room" SIZE="15"></td>
    </tr>
    <tr>
    <td ALIGN="RIGHT"><font face='arial'><small>Your City:</small></font></td>
    <td><input TYPE="text" NAME="city" SIZE="15"></td>
    <td></td>
    <td ALIGN="RIGHT"><font face='arial'><small>Your Favorite Hobby:</small></font></td>
    <td><input TYPE="text" NAME="hobby" SIZE="15"></td>
    </tr>
    <tr>
    <td ALIGN="RIGHT"><font face='arial'><small>Your State:</small></font></td>
    <td><input TYPE="text" NAME="state" SIZE="15"></td>
    <td></td>
    <td ALIGN="RIGHT"><font face='arial'><small>Your Father's Name:</small></font></td>
    <td><input TYPE="text" NAME="dad" SIZE="15"></td>
    </tr>
    <tr>
    <td ALIGN="RIGHT"><font face='arial'><small>Type of animal:</small></font></td>
    <td><input TYPE="text" NAME="animal" SIZE="15"></td>
    <td></td>
    <td ALIGN="RIGHT"><font face='arial'><small>Your Favorite Store:</small></font></td>
    <td><input TYPE="text" NAME="store" SIZE="15"></td>
    </tr>
    <tr>
    <td ALIGN="RIGHT"><font face='arial'><small>Favorite TV Show:</small></font></td>
    <td><input TYPE="text" NAME="tv" SIZE="15"></td>
    <td></td>
    <td ALIGN="RIGHT"><font face='arial'><small>Word to Describe Someone's Rear-End:</small></font></td>
    <td><input TYPE="text" NAME="butt" SIZE="15"></td>
    </tr>

    <tr>
    <td colspan="5" align="center">
    <input TYPE="button" VALUE="Write Story" ONCLICK="compute(this.form)"><input TYPE="button" VALUE="Erase Story" ONCLICK="ClearForm(this.form)"><input TYPE="button" VALUE="Erase Data" ONCLICK="ClearData(this.form)">
    </td>
    </tr>

    <tr>
    <td colspan="5" align="center">
    <input TYPE="text" NAME="title" SIZE="64">
    </td>
    </tr>

    <tr>
    <td colspan="5" align="center">
    <textarea COLS="60" ROWS="6" name="story" wrap="virtual"></textarea>
    </td>
    </tr>

    <tr>
    <td align="center" COLSPAN="5"><font face='tahoma,arial'><small><small>Copyright © 1997-2024<i> <a href='http://www.webwinder.com'>Web Winder Site Traffic Magnets</a></i>. All rights reserved.</small></small></font></td>
    </tr>
    </table>
    </form>
    Step #3: Edit the form HTML to match the look and feel of your site, then save and upload the page to your server and you're done!

    **Please note that we do not provide support or installation help for the free versions of our calculators. We do provide support and installation help for our professional versions.




    pixel.gif (43 bytes)
    pixel.gif (43 bytes)
    pixel.gif (43 bytes)
    Home > Free Site Traffic Magnets > Free Calculators > Personalized Short Story Installation
    pixel.gif (43 bytes)
    pixel.gif (43 bytes)
    pixel.gif (43 bytes)
    Home    Browse Calculators    Calculator License Prices    Help & Support    About Web Winder
    pixel.gif (43 bytes)
    pixel.gif (43 bytes)
    pixel.gif (43 bytes)
    Copyright © 1997 - 2024 Web Winder Website Services, All Rights Reserved

    Contact: Dan Peterson
    P.O. Box 11
    Bemidji, MN 56619
    (218) 243-2263

    pixel.gif (43 bytes)
    pixel.gif (43 bytes)