Liked us?

d

Use Browser as Calculator: 0

Coder Himanshu | Thursday, January 13, 2011 |

While surfing if you need to calculate some figure then no need to open calculator in window. You can do simple calculation easily in browser. It is done by simple javascript, which is described below. You just need to write that script in address bar and press enter. answer would display immediately in an dialog box.



javascript: alert(calculation part);
for example 
calculate 6+5 
write javascript: alert(6+5); in address bar and press enter.
answer displyed in dialog box as shown below.

calculate 6*5-2
write javascript: alert(6*5-2); in address bar and press enter.


You can use +, -, *, /, % and can perform calculation easily without open windows calculator.


0 Responses So Far:

Drop Your Comments, Suggestions And Questions Below.

To Be Notified Of Replies Click The 'Subscribe By Email' Link Below The Comment Form.

Do Not Add Links To The Body Of Your Comment As They Will Not Be Published.