Installation Instructions
: MoneyToys™ Simple Loan Calculator
Copyright © 1997 - 2005 by Wheatworks Software, LLC
All Rights Reserved Worldwide.
http://www.moneytoys.com
Thank You!
Thanks for purchasing a license to install a MoneyToys™ calculator on your web site! These installation instructions will assist you step-by-step. The MoneyToys™ Financial Calculator License Agreement was included in this applet's archive file and is available online.
Installing MoneyToys™
First, upload the file wwsw_SimpleLoan.jar into the same directory on your web server which contains (or will contain) the web page which will display it.
Next, copy the Applet Element (you'll find it below) and paste it into your web page in the location you wish.
Finally, upload your web page to its proper directory on your web server (the same directory that contains the *.jar file). That's it! Visit your web site and check it out.
Editing Initial Values and Colors
After you have installed the MoneyToys™ calculator and have it working on your web page, you may wish to change the initial values and colors. You may edit the param values in the applet element to meet your needs. The values you set in the param statements will be displayed as the initial values when the applet is first loaded.
Changing the initial values is easy. For example, to modify the initial value of LOAN from 95000 to 100000, simply change the line:
<param name="LOAN" value="95000" />
to read:
<param name="LOAN" value="100000" />
The Color Paramaters are edited in the same manner by using the standard hexadecimal scheme for web colors. For example, FFFFFF is white and 000000 is black.
The Applet Element for Your Web Page
Select and copy the entire Applet Element below. It is displayed in green text. Then paste it into your own web page at the location you wish.
<!-- BEGIN APPLET ELEMENT -->
<applet code="wwsw_SimpleLoan.class" archive="wwsw_SimpleLoan.jar" width="210" height="220" alt="Sorry, you need a Java-enabled browser to use this calculator.">
<param name="LOAN" value="95000" />
<param name="INTEREST_RATE" value="7.5" />
<param name="TERM_IN_MONTHS" value="360" />
<param name="POINTS" value="1.5" />
<param name="TitleFontColor" value="228B22" />
<param name="BackgroundColor" value="F3FFF3" />
<param name="LabelFontColor" value="3CB371" />
<param name="EntryBackgroundColor" value="FFFFFF" />
<param name="EntryFontColor" value="000000" />
<param name="AnswerBackgroundColor" value="98FB98" />
<param name="AnswerFontColor" value="0000FF" />
<param name="GridBackgroundColor" value="FFFFFF" />
<param name="GridLabelColor" value="228B22" />
<param name="GridBorderColor" value="CCFF99" />
<param name="GridFontColor" value="000000" />
<param name="GridHighlightColor" value="98FB98" />
<param name="GridHighlightFontColor" value="228B22" />
<param name="GridAnswerFontColor" value="663300" />
<param name="TitleText" value="Loan Calculator" />
</applet>
<!-- END APPLET ELEMENT -->
Display the Disclaimer on Your Web Page
Please remember that the Applet License requires that the following code be included in the HTML code on the page which displays the applet.
Select and copy the Disclaimer code below and place it in a location on your web page which fits the style of your site.
<!-- BEGIN DISCLAIMER --><br />
<strong>DISCLAIMER</strong>: There is NO WARRANTY, expressed or implied, for the accuracy of this information or<br />it's applicability to your financial situation. Please consult your own financial advisor.<br />
<!-- END DISCLAIMER -->
What to Do if You Need Support
If you are unable to properly install this applet on your site, please contact Wheatworks Software by sending an email to support@moneytoys.com. Remember to provide the URL to the troublesome web page.
In addition to providing answers to your questions, we'll actually look at your web page and help you fix any problems with the installation code!
Or if you prefer, use our Online Contact Form to request assistance.
Browser Issues
1. Some versions of Internet Explorer browser may not properly refresh applets in the browser window after visitors scroll a web page and then return to view the applet. To prevent this you may wish to display the applet as close to the top of the web page as possible.
2. All browsers may fail to display an applet if there are errors in a web page's HTML code. When this happens, the browser will display a gray rectangle in place of the applet. If you see a gray rectangle where the calculator should be you need to check your web page's HTML code and correct any errors it contains.
If you need assistance checking your HTML, please visit our Online Support page and review this entry: Why do I see only a gray box on my web page where the calculator should be?
Brag About Your Site!
We would love to add your site to our Client Gallery! After you install the MoneyToys™ calculator and have configured it as you like it, use our Online Contact Form and tell us where to find it. Also, if you wish, send up to 250 words describing your site and we'll share your description in our gallery and provide a link from our site to yours!
Moneytoys.com is a trademark of Wheatworks Software, LLC. Windows is a registered trademark of Microsoft Corporation. Java and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. Wheatworks Software, LLC is independent of Sun Microsystems, Inc.