Use Browser as Calculator:

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.
Labels: Cool Tricks, Funny Tricks, Google Chrome, Internet explorer, Mozilla Firefox, Tricks
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home