onClick = "openBold();"
<textarea id="form_message2" name="text_comment2" style="display:none"></textarea>
function openBold() {
document.all.text_comment2.value += '1';
document.all.text_comment2.focus();
return true;
}
$_POST['form_message2']