Die Textbox zum Schreiben dieser Nachricht ist winzig und unbenutzbar. Das liegt daran, dass dem HTML dafür ein Leerzeichen fehlt:
So müsste es heißen:
Code: Alles auswählen
<textarea name="message" id="message" rows="15" cols="76" tabindex="4" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();" class="inputbox"></textarea>
Code: Alles auswählen
<textareaname="message" id="message" rows="15" cols="76" tabindex="4" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();" class="inputbox"></textareaname="message">