DeathMasterIII: dynamisches Formular

Beitrag lesen

Hi!

<script language= "JavaScript" type="text/javascript">
function erzeuge_buttom()
{
   document.Eingabe.submitbutton.style.visibility = visible
}
</script>

<form name="Eingabe" action="neue_seite.php" method=post>
<input type=radio name='id_auswahl' onclick="javascript:erzeuge_buttom()" value='1'>Auswahl 1<br>
<input type=radio name='id_auswahl' onclick="javascript:erzeuge_buttom()" value='2'>Auswahl 2<br>
<input type=radio name='id_auswahl' onclick="javascript:erzeuge_buttom()" value='3'>Auswahl 3<br>
<input type=radio name='id_auswahl' onclick="javascript:erzeuge_buttom()" value='4'>Auswahl 4<br>

<input type="submit" name="submitbutton" style="visbility: hidden" value="Absenden">

</form>

hope that works!
mfg
DMII