Code: Alles auswählen
<td>
<input type='text' value='Name' name='xyz' size='18' maxlength='$maxlength_name' onFocus=\"javascript:if(document.shoutbox.input_name.value=='Name')document.shoutbox.input_name.value='';\"><br>
<input type='text' value='Kommentar' name='input_comment' size='18' maxlength='$maxlength_comment' onFocus=\"javascript:if(document.shoutbox.input_comment.value=='Kommentar')document.shoutbox.input_comment.value='';\">
</td>