hallo,
mein problem ist ich will von einer seite auf eine bestimmt andere seite einen zurückbutton haben, wie mache ich das, wo muss ich den pfad im quelltext angeben hier der quelltext:
hallo ich brauche unbedingt eine antwort ich komme einfach nicht weiter.
mein problem ist ich will von einer seite auf eine bestimmt andere seite einen zurückbutton haben, wie mache ich das, wo muss ich den pfad im quelltext angeben hier der quelltext:
HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD><Meta HTTP-EQUIV="content-type" content="text/html; charset=iso-8859-1">
<Title></Title>
<style type="text/css">
a {
font-family: Arial, Sans-Serif;
font-size: 14px;
color: #000000;
text-decoration: None;
}
body {
background-color: #F8F8F3;
color: #000000;
font-family: arial;
font-size: 14px;
}
</style>
</HEAD>
<BODY>
<p><h2 align="center"><u>Bilder</u></h2></p>
<center>
<table>
<tr>
<td align="center" width="50%">
<a href="sequenzen.html">
<img src="bilder/fotos/sequenzen+schrift.jpg" onmouseover="this.src='bilder/fotos/sequenzen.jpg';" onmouseout="this.src='bilder/fotos/sequenzen+schrift.jpg';">
</a>
</td>
<td align="center" width="50%">
<a href="fotos2.html">
<img src="bilder/fotos/fotos+schrift.jpg" onmouseover="this.src='bilder/fotos/sequenzen.jpg';" onmouseout="this.src='bilder/fotos/fotos+schrift.jpg';">
</a>
</td>
</tr>
</table>
<button name="zurück" type="button" value="go back" onClick="history.back()">
<img src="bilder/buttons/back-button.jpg" alt="zurück">
</button>
</center>
</BODY>
</HTML>
hallo ich brauche unbedingt eine antwort ich komme einfach nicht weiter.
Zuletzt bearbeitet von einem Moderator: