Wednesday 21 November 2012

Make Your Own Calculator With JavaScript


Calculators basically made of C, C++ and Java but this simple calculator has been developed with only JavaScript. It is not scientific calculator as the JavaScript calculator is confined to limited functions. You can add, multiply, minus and divide only.

Demo

For JavaScript Code Of Above Calculator Click Here

If you want to show the calculator in your blog then copy the Below code and paste the following code.

<center><iframe src="http://dl.dropbox.com/u/109984716/calculatorbycz.html" style="border:0px #FFFFFF none;" name="JavaScript Calculator" scrolling="no" frameborder="0" marginheight="0px" marginwidth="0px" height="320px" width="600px"></iframe></center>

0 comments:

Post a Comment