Hallo ihr lieben Leutz
,
ich hab da mal ein Problem.
Ich möchte auf der Homepage die ich gerade erstelle eine "Link einfügen"-Seite erstellen und hab da folgenden HTML-Code:
Meine Frage ist: Was zum Teufel muss ich bei <form action=""> eintragen?
Alles andere ist mir logisch, nur da komm ich nicht dahinter
(das soll dann so ähnlich aussehen wie diese hier: http://www.fmiuk-cuxhaven.de/modules...x&l_op=AddLink).
Bitte, bitte helft mir.
LG Zuckerpueppchen

ich hab da mal ein Problem.
Ich möchte auf der Homepage die ich gerade erstelle eine "Link einfügen"-Seite erstellen und hab da folgenden HTML-Code:
HTML-Code:
<html> <head> <title></title> <meta name="author" content=""> </head> <body > <form name="form1" method="post" action=""> <table border="0" cellspacing="0" cellpadding="0" height="140" align="center"> <tr> <td height="30"><span class=textnormal> Ort</span></td> <td colspan="2" height="30"> <input type="text" name="ort"> </td> </tr> <tr> <td height="80" ><font color="#000000"> <span class=textnormal>Kurze Beschreibung</font></span></td> <td colspan="2" height="80"> <textarea name="beschr" cols="50" rows="4"></textarea> </td> </tr> <tr> <td height="80" ><font color="#000000"> <span class=textnormal>URL</font></span></td> <td colspan="2" height="80"> <input name="url" type="text" value="http://"> </td> </tr> <tr> <td height="30" width="150"> <input type="submit" name="wert" value="Bestätigen"> </td> <td colspan="2" height="30"> </td> </tr> </table> </form> </body> </html>
Meine Frage ist: Was zum Teufel muss ich bei <form action=""> eintragen?

Alles andere ist mir logisch, nur da komm ich nicht dahinter
(das soll dann so ähnlich aussehen wie diese hier: http://www.fmiuk-cuxhaven.de/modules...x&l_op=AddLink).
Bitte, bitte helft mir.
LG Zuckerpueppchen
Kommentar