チャット履歴を表示するために読み取り専用のテキストエリアを使用したチャットボックスを作成しています....私が望むのは、開始テキスト「Me:」を太字にすることです
document.getElementById(messagearea).value =
document.getElementById(messagearea).value + "\n <b>Me:</b>" + message1;
何か助けはありますか?
チャット履歴を表示するために読み取り専用のテキストエリアを使用したチャットボックスを作成しています....私が望むのは、開始テキスト「Me:」を太字にすることです
document.getElementById(messagearea).value =
document.getElementById(messagearea).value + "\n <b>Me:</b>" + message1;
何か助けはありますか?