Ales
Wo finde ich Formulare?
Ich habe schon ganz Google Gesucht!
Wer Hilft mir bitte!!
Ich habe schon ganz Google Gesucht!
Wer Hilft mir bitte!!
| Zitat: |
| Original von Doris Code sie doch !CODE: ANFANG <!DOCTYPE html PUBLIC"-//W3C//DTDXHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional .dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title> Dein Titel : z.b: Koppelanmeldung</title> </head> <body> <form action="cgi-bin/guestbook.cgi"action="post"> <input type="hidden"name="e-mail"value="E-Mail addy von dir rein"> <p>Hier schreib rein was ihr stehen soll z.b:Name:<input type ="text"name="Hier schreib rein was ihr stehen soll z.b:Name:" size="30"maxlength="25"></p> Genauso weiter : (siehe oben) Das ende: <p> <input type="submit"value="SENDEN"> <input type="reset"value="Löschen"> </form> </body> </html> Doris |
)