Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fixcoder authored Jan 8, 2024
1 parent ba32906 commit 14e71ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Beispiel: [homepage](https://www.maikschulte.de/loesungen-klimawandel.php#MaiksS
## nützliche Javascript Funktionen im eigenen HTML code
StandByKostenRechnerW_C_h(iWatt, iCent, ih);

`Beispiel: <a onclick="Javascript:StandByKostenRechnerW_C_h('27','35.8','24');">Standby TV</a>`
`<a onclick="Javascript:StandByKostenRechnerW_C_h('27','35.8','24');">Standby TV</a>`

- Das Formular wird im Vorhinein ausgefüllt und kann somit auf weitere Beispielsrechnungen hinweisen.
Z.B. ein TV mit einer StandbyLeistung von 27 Watt erzeugt einen um 7 EUR höheren monatl. Abschlag. (ca 85 EUR Stromkosten bei 35,8 Cent/kWh)
Expand All @@ -60,6 +60,7 @@ StandByKostenRechner_Watt(i_watt);

`Beispiel: <a onclick="Javascript:StandByKostenRechner_Watt('27');">27 Watt</a>`


- Z.B. ein TV mit einer StandbyLeistung von 27 Watt erzeugt ca. 85 Stromkosten im Jahr. Bei bereits voreingestellten Werten im Formular.
- Springt danach zur Formularansicht.

Expand Down

0 comments on commit 14e71ba

Please sign in to comment.