Introduction

This script simulates a pocket calculator. Have a look at this example:

Calculator

Instructions: This script was tested with the following operating systems and browsers:

Windows XP:IE 6, NN 7, Opera 7 + 9, Firefox 2
Mac OS X:IE 5, Safari 1

If you use another browser or operating system, this script may not work for you - sorry.

Notes:

Usage

Adapt the configuration to your needs. Then insert this line into your HTML body (not head!):
<script language="JavaScript" src="calculator.js"></script>
In your HTML page, create a link to the calculator like this:
<a href="javascript:viewCalc()">Calculator</a>