Make an online calculator using HTML and JavaScript
Views: 11655
Comments: 0
Posted: 8-27-2007
based on 0 votes.
Faves: 0 | + Faves
Page(s): 1 2 3 4 5 6 Next Page
Welcome to the Online calculator tutorial.
Made by Edmachine.


The calculator is made from ONLY basic HTML and some JavaScript. There is absolutely NO PHP.


So, lets begin!


First, you obviously want to either create a new document or open an existing one.

Now, we need to start a form.
This is needed for the JavaScript to work!

1
<form name="calc">

For better looks, and to make it look like a calculator, you need to make a table.
If you don't have any CSS styles for tables, you should use borders.

1
2
3
<table border="1">
 
<
table>

Now we have our table.

Continue in the next page.

Page(s): 1 2 3 4 5 6 Next Page
More tutorials from this author:

» No tutorials by this user.

View All Tutorials
Edmachine - http://
This author is too busy writing tutorials instead of writing a personal profile!
Close