Hier mein Problem:
Der Quellcode dazu sieht so aus:
<table border="1" cellpadding="0" cellspacing="0">
<tr>
<td align="right" valign="center">
<form action="" name="kw" method="post" onSubmit="return checkKw()">
<input type="hidden" name="aktuellekw" value="<?php echo $kwForSwitchTo; ?>">
<input type="text" value="" name="switchto" maxlength="2" size="1">
<input type="submit" name="submit" value="Gehe zu KW..">
</form>
</td>
</tr>
</table>