ich möchte gern eine zeile erstellen mit einem form.
<form name="form1" style="line-height:100%; margin-top:0; margin-bottom:0;"> <p style="line-height:100%; margin-top:0; margin-bottom:0;"><input type="text1" name="formtext1"></p> <p style="line-height:100%; margin-top:0; margin-bottom:0;"><input type="submit" name="abschicken"> <a href="mehr">weitere Zeile</a></p> </form>
mit einem klick auf "weitere Zeile" soll nun ein weiteres input erscheinen
<form name="form1" style="line-height:100%; margin-top:0; margin-bottom:0;"> <p style="line-height:100%; margin-top:0; margin-bottom:0;"><input type="text1" name="formtext1"></p> <p style="line-height:100%; margin-top:0; margin-bottom:0;"><input type="text2" name="formtext2"></p> <p style="line-height:100%; margin-top:0; margin-bottom:0;"><input type="submit" name="abschicken"> <a href="mehr">weitere Zeile</a></p> </form>
usw.
Ich hab aber noch keinen plan wie und wo ich ansetzen soll, ich denke da an JS aber kein plan. Vielleicht hat ja einer nen Tip oder gar nen code-schnipsel.
Danke
Zuletzt modifiziert von SteKu am 22.01.2009 - 00:54:39