Müsste eigentlich so funktionieren:
<html>
...
<script language="JavaScript">
function abfrage() {
agree=confirm("dein text");
return agree;
}
</script>
...
<body>
...
<form action="naechsteSeite.htm" method="post" onSubmit="abfrage()">
...
<input type="submit" value="Bestellen"></input>
...
</form>
...
</body>
</html>
____________________________________
Sayonara
Kamikaze
|