Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<input type="text" id="elemId" value="Here is some ">
<button onclick='document.getElementById("elemId").value+="text"'>Copy text</button>
Mr.Emm, это будет алерт, а он далек от "как на форуме". Скорее речь идет об window.open или что-то со слоями.
[B][/B]
<button onclick='document.getElementById("latex").value+="[B][/B]"'>B</button>
<button onclick='document.getElementById("latex").value+="[I][/I]"'>I</button>
<button onclick='document.getElementById("latex").value+="[U][/U]"'>U</button></br>
<textarea name="latex" id="latex" rows="16" cols="80"></textarea>