Thread
:
[SOLVED] Does any one know how to program javascript temp calculator to display...
View Single Post
#
3
(
permalink
)
06-10-2007, 05:24 PM
-- JuliuS -- d
Posts: n/a
this does the trick:
<script>
var converted=temp+273
alert(converted)
<script>
(the equation is just an example)
__________________
-- JuliuS -- d