Get your own Calculator for FREE
Do you want to add a calculator to your homepage? And without having to write screens full of code?
GET A CALCULATOR LIKE THIS ONE FOR FREE!!!
Just copy (Ctrl+C) and paste this script anywhere you want into your HTML:
<SCRIPT LANGUAGE="JavaScript">var calculatorcolor='COLOR';</SCRIPT>
<SCRIPT SRC="http://Gheos.net/js/calculator.js"></SCRIPT>
Replace COLOR with the color-code (don't forget the two quotes ' around it)
Example:
<SCRIPT LANGUAGE="JavaScript">var calculatorcolor='white'</SCRIPT>
<SCRIPT SRC="http://Gheos.net/js/calculator.js"></SCRIPT>
will show a WHITE calculator. (TRANSPARENT is 'trans')
Use no code for standard grey.
You will need a java enabled browser to use the Calculator.