javascript
bearbeitet von
Guten Morgen,
hier bin ich nochmal, diesmal mit dem Code, der nicht klappt.
```html
<button type="button" onclick="Aufgabe1()">Aufgabe 1</td>
<td width="700" style="background-image: none;">
<p id = "Aufgabe1" style="font-size: 10pt;text-align:left;font-weight:bold;">
<span style="font-family: MS,Sans-serif; ">
Für 60 Tage Aushilfsarbeit bekommt ein Schüler 546 €. Wie viel € bekommt er für 76 Tage?
</span></p>
<script>
function Aufgabe1() {
document.getElementById("Aufgabe1").innerHTML =
"Für 6 Tage Aushilfsarbeit bekommt ein Schüler 546 €. " +
"Wie viel € bekommt er für 76 Tage? " +
"Ergebnis: <input type=text; maxlength=4; style=width:40> €>" +
€>"<BR>Tragen Sie das Ergebnis auf 2 Stellen nach dem Komma genau ein.";
}
</script>
```
Hat jemand eine Idee?
Gruß Joachim
hier bin ich nochmal, diesmal mit dem Code, der nicht klappt.
```html
<button type="button" onclick="Aufgabe1()">Aufgabe 1</td>
<td width="700" style="background-image: none;">
<p id = "Aufgabe1" style="font-size: 10pt;text-align:left;font-weight:bold;">
<span style="font-family: MS,Sans-serif; ">
Für 60 Tage Aushilfsarbeit bekommt ein Schüler 546 €. Wie viel € bekommt er für 76 Tage?
</span></p>
<script>
function Aufgabe1() {
document.getElementById("Aufgabe1").innerHTML =
"Für 6 Tage Aushilfsarbeit bekommt ein Schüler 546 €. " +
"Wie viel € bekommt er für 76 Tage? " +
"Ergebnis: <input type=text; maxlength=4; style=width:40> €>" +
</script>
```
Hat jemand eine Idee?
Gruß Joachim
javascript
bearbeitet von
Guten Morgen,
hier bin ich nochmal, diesmal mit dem Code, der nicht klappt.
```html
<button type="button" onclick="Aufgabe1()">Aufgabe 1</td>
<td width="700" style="background-image: none;">
<p id = "Aufgabe1" style="font-size: 10pt;text-align:left;font-weight:bold;"><span style="font-family: MS,Sans-serif; ">Für 60 Tage Aushilfsarbeit bekommt ein Schüler 546 €. Wie viel € bekommt er für 76 Tage?</span></p>
<script>
function Aufgabe1() {document.getElementById("Aufgabe1").innerHTML="Für 6 Tage Aushilfsarbeit bekommt ein Schüler 546 €. Wie viel € bekommt er für 76 Tage? Ergebnis: <input type=text; maxlength=4; style=width:40> €><BR>Tragen Sie das Ergebnis auf 2 Stellen nach dem Komma genau ein.";
} </script>
```
Hat jemand eine Idee?
Gruß Joachim
hier bin ich nochmal, diesmal mit dem Code, der nicht klappt.
```html
<button type="button" onclick="Aufgabe1()">Aufgabe 1</td>
<td width="700" style="background-image: none;">
<p id = "Aufgabe1" style="font-size: 10pt;text-align:left;font-weight:bold;"><span style="font-family: MS,Sans-serif; ">Für 60 Tage Aushilfsarbeit bekommt ein Schüler 546 €. Wie viel € bekommt er für 76 Tage?</span></p>
<script>
function Aufgabe1() {document.getElementById("Aufgabe1").innerHTML="Für 6 Tage Aushilfsarbeit bekommt ein Schüler 546 €. Wie viel € bekommt er für 76 Tage? Ergebnis: <input type=text; maxlength=4; style=width:40> €><BR>Tragen Sie das Ergebnis auf 2 Stellen nach dem Komma genau ein.";
} </script>
```
Hat jemand eine Idee?
Gruß Joachim
javascript
bearbeitet von
Guten Morgen,
hier bin ich nochmal, diesmal mit dem Code, der nicht klappt.
<button type="button" onclick="Aufgabe1()">Aufgabe 1</td>
<td width="700" style="background-image: none;">
<p id = "Aufgabe1" style="font-size: 10pt;text-align:left;font-weight:bold;"><span style="font-family: MS,Sans-serif; ">Für 60 Tage Aushilfsarbeit bekommt ein Schüler 546 €. Wie viel € bekommt er für 76 Tage?</span></p>
<script>
function Aufgabe1() {document.getElementById("Aufgabe1").innerHTML="Für 6 Tage Aushilfsarbeit bekommt ein Schüler 546 €. Wie viel € bekommt er für 76 Tage? Ergebnis: <input type=text; maxlength=4; style=width:40> €><BR>Tragen Sie das Ergebnis auf 2 Stellen nach dem Komma genau ein.";
} </script>
Hat jemand eine Idee?
Gruß Joachim