How to acces the internet via your standard Mcft Calculator When your browser(s) is/are messed up for some unexplainable reason
1. Open your MS Calculator. This is normally found in Start => All Programs => Accessories => Calculator.
2. Open the help-window by pressing the F1 key.
3. Click the top-left corner icon of the help window once (Standard is a Document with a Question mark).
4. Select Go to URL-address.
5. Type your address into the available field, but remember to type http://, and not just www. (or equivalent).
Showing posts with label Calculator. Show all posts
Showing posts with label Calculator. Show all posts
Tuesday, October 30, 2007
Run Internet Site From Windows Calculator
Posted by
M. A. K.
at
1:11:00 AM
Sunday, October 28, 2007
Make Calculator In Your Web Browser
Posted by
M. A. K.
at
3:35:00 AM
when u cant Find ur Calculator den just follow dis :
Open ur WebBrowser (Preferably IE or Mozilla)
Type :
javascript:eval( )
So a simple query wud b like if u wnt to add 4 & 3 den typ :
javascript:eval(4+3)
Ans remember dat
* dis is used 4 multiply
and
/ dis is used for divide
Like
Javascript:eval(12/3)
Javascript:eval(4*3)
Open ur WebBrowser (Preferably IE or Mozilla)
Type :
javascript:eval(
So a simple query wud b like if u wnt to add 4 & 3 den typ :
javascript:eval(4+3)
Ans remember dat
* dis is used 4 multiply
and
/ dis is used for divide
Like
Javascript:eval(12/3)
Javascript:eval(4*3)
Is your windows' calculator not working? Use your command prompt.
Posted by
M. A. K.
at
3:07:00 AM
The command processor CMD.EXE comes with a mini-calculator that can perform simple arithmetic on 32-bit signed integers:
C:\>set /a 2+2
4
C:\>set /a 2*(9/2)
8
C:\>set /a (2*9)/2
9
C:\>set /a "31>>2"
7
Note that we had to quote the shift operator since it would otherwise be misinterpreted as a "redirect stdout and append" operator.
For more information, type set /? at the command prompt.
Subscribe to:
Posts (Atom)