Suche nach Datum: - 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 - 1 2 3 4 5 6 7 8 9 10 11 12 2014 2015 2016 2017 2018
Suche mit Schlüsselwort:
Suche nach Land: Schweiz Deutschland Österreich Andere
HTMLopen.de - Alles was ein Webmaster braucht
PCopen.de - PC LAN Netze und Netzwerke - alles was ein IT Profi und Systemtechnicker braucht
Kompatibilität: Ms Internet Explorer Dieses Programm rechnet mit eine Zahl Celsius in Fahrenheit, Fahrenheit in Celsius um.
<script language="JavaScript"> <!-- // Celsius Fahrenheit Rechner function celtofar (form) { var temperatur = document.formx.f[0].checked ? 1 : 0 ||document.formx.f[1].checked ? 2 : 0; if (temperatur == 1){form.celsius.value = form.celsius.value + "°C = " + Math.round(form.celsius.value*1.8+32) + "°F" }; if (temperatur == 2) { form.celsius.value = form.celsius.value + "°F = " + Math.round((form.celsius.value-32)/1.8) + "°C" }; } // --> </script> <form name=formx> <TABLE BORDER cellpadding=3 cellspacing=0 align=center style="background-color:menu"> <TR><TD> <input type="radio" name="f" checked>°C <input type="radio" name="f">°F <input type ="text" name="celsius"> <input type ="button" value=" Los " onclick="celtofar(this.form)"> *<input type ="reset" value=" Reset "> </TD></TR></TABLE> </form>
Diplomarbeiten zum Runterladen: