dreamboy1997
Neues Mitglied
Hallo liebe Community ich will eine Seite für ein Onlineshop erstellen. Ich möchte das der Pfeil Nach unten geht wenn der Kontostand sinkt und wenn was eingezahlt wird dann soll dort ein Pfeil der nach oben zeigt erscheinen. Währe lieb wenn ihr mir da helfen könnt da ich mich mit Javascript icht auskenne.
Mein Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title></title>
<meta name="author" content="Danas">
<meta name="editor" content="html-editor phase 5">
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000" vlink="#FF0000">
<h1>Kontostände der Kunden</h1>
<table width="100%" border="1" cellpadding="0" cellspacing="2">
<tr>
<td>Alter Kontostand</td>
<td>Neuer Kontostand</td>
</tr>
<tr>
<td><input value ="€ 25.95" size ="4"> </p></td>
<td><input value ="€ 23.00" size ="4"> </p></td>
</tr>
</table>
</body>
</html>
Mein Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title></title>
<meta name="author" content="Danas">
<meta name="editor" content="html-editor phase 5">
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000" vlink="#FF0000">
<h1>Kontostände der Kunden</h1>
<table width="100%" border="1" cellpadding="0" cellspacing="2">
<tr>
<td>Alter Kontostand</td>
<td>Neuer Kontostand</td>
</tr>
<tr>
<td><input value ="€ 25.95" size ="4"> </p></td>
<td><input value ="€ 23.00" size ="4"> </p></td>
</tr>
</table>
</body>
</html>