Ich bin da an einem Projekt und mache gerade einen Installations-Assistent. Firefox hat mit dem Quellcode kein Problem, doch IE...

Beim IE funktioniert der Link nicht. Es tut sich gar nichts!?
Hier mal den Quellcode:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Installation - Schritt 1</title>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<style type="text/css">
body {background-color: white;}
table {font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; color: black; vertical-align: top; border: 1px solid grey;}
.title {background-color: #C0C0C0; font-size: 14px;}
.body {background-color: white;}
</style>
</head>
<body>
<br>
<br>
<table align="center" width="600">
<tbody>
<tr>
<td class="title"><b>Installation - Schritt 1</b></td>
</tr>
<tr>
<td class="body">
Willkommen<br>
<a href="install.php?step=2"> <input value="Weiter >>" type="submit"> </a>
</td>
</tr>
</tbody>
</table>
</body>
</html>
Weiss jemand wieso das nicht klappt? bzw. was ich ändern muss, dass es klappt?

Danke
MfG Joel
Dieser Beitrag wurde von Joel bearbeitet: 04. Dezember 2005 - 18:48