Web Calculator - manual

Download a fully functioning, free of charge, try-before-you-buy installation kit (46k) to your computer and take a look at the samples.

Copy and paste calculator.jar into your web page folder.

Open your web page(s). Copy and paste some of the below code into your web page there where you would like to show the applet.

For the Floating Mode

<applet archive=calculator.jar code="buddysoft.Calculator.class" width=75 height=25> </applet>

For the Stuck Mode

<applet archive=calculator.jar code="buddysoft.Calculator.class" width=75 height=25> </applet>

Save the changes on your page and launch your web page locally to make sure that the applet will work correct.

If you have applied the applet successfully you can upload all the required files in your web server where you are hosting your site.

NOTE: Just uploading the .html document with the correct code will not work. You have to upload calculator.jar into your web server, too.

Web Calculator