Hallo André,
<form method='post' action='$_SERVER[PHP_SELF]' style=display:inline;'>
<input type='hidden' name='variable1' value='$variable1'>
[...]<a href='javascript:this.form.submit();'>Link</a>
</form>
a ist kein Formularelement - auch wenn es innerhalb von <form></form> steht - und kennt daher this.form nicht. Du könntest stattdessen einen Button verwenden und das Formular onClick abschicken. Mit CSS kannst Du diesen Button so formatieren, dass er wie ein Link aussieht, falls Du das unbedingt brauchst.
Grüße
Andreas
--
"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)