#!/COMMUNITY
Members: 5187
davon online: 1
weitere User: 52
07.01.2009 / 13:16
Community-Member werden
|
Paßwort vergessen
|
OnlineMonitor (1)
Perl-Archiv
Forum
Javascript
Home
PERLscripts
PHPscripts
JAVAscripts
Hilfreiches
Links2www
Newscenter
Community
Interna
Javascript
Archivübersicht
Tutorials
Zum Forum
JS-Links
BuchTipps
WebForen
Forenübersicht
Neueste Themen
Ohne Antwort
Aktivste Themen
Themensuche
Forenarchiv
Newsgroups
Sehenswertes
Kontaktlinsen
EP:Netshop
Bondtravel
Babywalz Shop
Conrad.de
Reifen Shop
Reisen
Uhren-Schmuck
Walbusch
Web-Consulting
Kabel-Shop
Büromöbel
Webhosting
Javascript » Rechner » Eurorechner
zur Übersicht
Kategorie
Rechner
Bezeichnung
Eurorechner
ScriptDemo
Neues Fenster für Demo öffnen
Statistik
7515 Aufrufe davon 1x gestern
Keine Beschreibung vorhanden.
Javascript-Quellcode
(einfach markieren, kopieren und lokal abspeichern)
<table border="0"> <tr> <td align="center"> <script language="JavaScript"> <!-- //Dieses Skript stammt von Michael Mailer´s JavaScripts //URL: http://www.webaid.de/js -- eMail: mm@webaid.de //Bitte entfernen Sie diesen Vermerk nicht ! //Angepasst von Guido Burkhardt ! function umrech() { checkform () var b=document.form.geld.value; var d=0; if (document.form.devis.selectedIndex == 0){d = 1.95583;} if (document.form.devis.selectedIndex == 1){d = 40.3399;} if (document.form.devis.selectedIndex == 2){d = 5.94573;} if (document.form.devis.selectedIndex == 3){d = 6.55957;} if (document.form.devis.selectedIndex == 4){d = 2.20371;} if (document.form.devis.selectedIndex == 5){d = 0.787564;} if (document.form.devis.selectedIndex == 6){d = 1936.27;} if (document.form.devis.selectedIndex == 7){d = 40.3399;} if (document.form.devis.selectedIndex == 8){d = 13.7603;} if (document.form.devis.selectedIndex == 9){d = 200.482;} if (document.form.devis.selectedIndex == 10){d = 166.386;} var x = b/d; document.form.euro.value = ""; var z=Math.round(x*100)/100 if(document.form.rund[0].checked == true){document.form.euro.value = z;} else {document.form.euro.value = x;} } function checkform () { if (document.form.geld.value == "") alert ("Betrag eingeben"); document.form.geld.focus (); document.form.geld.select (); } // --> </script> <form name="form"> <table> <tr> <td width="476" align="left"> <div align="left"><p><font face="Arial">Betrag:</font> <input type="text" name="geld" size="10"> <div align="left"><p>Ergebnis: <input type="radio" name="rund" value="runden" checked>gerundet <input type="radio" name="rund" value="exakt">genau</p> </div> <div align="left"><p>Währung: <select name="devis" size="1"> <option selected>Deutsche Mark </option> <option>Belgische Francs </option> <option>Finnische Mark </option> <option>Französische Francs </option> <option>Holländische Gulden </option> <option>Irische Pfund </option> <option>Italienische Lira </option> <option>Luxemburgische Francs </option> <option>Österreichische Schillinge </option> <option>Porugisische Escudos </option> <option>Spanische Peseten </option> </select> <div align="left"><p> <font face="Arial"><strong>Berechneter EURO-Betrag</strong></font>: <input type="text" name="euro" size="11"> </font></p> </div> <div align="left"><p> <input type="button" value="Umrechnen" name="Umrechnen" onclick="umrech()"> <input type="reset" value="Löschen" name="reset"> </td> </tr> </table> </form> </td> </tr> </table>
Kommentare zu
Eurorechner
0 Kommentar(e) vorhanden / Anzeige der neuesten 5
Noch keine Kommentare zu diesem Javascript vorhanden.
Alle Kommentare anzeigen
-
Kommentar hinzufügen
© PERL/CGI/
PHP
/JS/SCRIPT/unity.de 1998-2008 .::.
interaktiv.shop
.::.
CGI-Service
.::.
Kontakt
.::.
Impressum
Link: /javascript/scripts/javascript_0142_main.shtml .::. Aufrufe heute: 1 .::. Aufrufe gesamt: 5238