steckl: textarea inhalt loeschen

Beitrag lesen

Hi,

<input type=text name=topicname>
<textarea id="tarea" rows=15 name=topicpost cols=150></textarea>

Zusaetzlich sollten die Attributwerte in Anfuehrungszeichen stehen:
<input type="text" name="topicname">
<textarea id="tarea" rows="15" name="topicpost" cols="150"></textarea>

mfG,
steckl