ich häng natürlich grade fest...
das ist die form:
Code:
<form action="quickchat.php?comscroll=0" method='POST' name='derchat'><span class='colLtGreen'>
<input name='insertcommentary[quickchat]' size='40' maxlength='185'><input type='hidden' name='talkline' value='sagt'><input type='hidden' name='section' value='quickchat'><input type='submit' class='button' value='Hinzufügen'>
</span>
</form>
das mein jetziger "reload-code":
Code:
<head>
<script language="JavaScript">
function CheckField()
{
if (document.insertcommentary[quickchat].section.value != '')
{
self.location.href = self.location.href;
}
setInterval("CheckField()", 100)
}
</script>
</head>
und ich brauch "name='insertcommentary[quickchat]'" als "kontrolfeld", esklappt aber grade net...