Sers Leute hab ein Problem ich will ne Abfrage mit buttons machen.
Der eine Button soll auf eine Seite Weiterleiten und der andere soll das verhindern
ich stelle mal den Quelltext rein ich hoffe ihr könnt mir helfen.
Danke ein Seggl
HTML
<html>
<body bgcolor="black" alink="black" vlink="black" link="black">
<div align="center">
[img]Enter.jpg[/img]
<font color="red"><h2>Um diese Webseite zu besuchen müssen sie 18 Jahre sein!
Sind sie 18 Jahre alt?
</font>
<form action=>
<table border="0">
<tr>
<td><input type="button" name="Eingang" value="JA ich bin 18!" onClick="self.location.href=´C:\Dokumente und Einstellungen\Aldin\Desktop\Homepage\Startseite.html´">
</td>
<td><input type="button" name="Eingang" value="NEIN leider nicht." onClick="self.location.href=Enter.html">
</td>
</tr>
</table>
</form>
</body>
</html>
Alles anzeigen