Hallo Karl,
Es gibt noch eine weitere Lösung, die allerdings im Gegensatz zu Davids nur mit eingeschaltetem Javascript funktioniert:
<script type="text/javascript">
<!--
function pwcheck()
{
// Prüfungen
document.pw_anfor.submit()
}
//-->
</script>
<form name="pw_anfor" action="http://t-hp.dyndns.org/noclan/php/mailer.php" method="post">
<a class="menu" href="#" onclick="pwcheck();">Passwort Anfordern</a>
</form>
Grüße
Andreas
PS: Was stört Dich eigentlich an Davids (besseren) Vorschlag, den Button per CSS so aussehen zu lassen wie einen Link?
--
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
(Rich Cook)
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
(Rich Cook)