1 <!DOCTYPE HTML PUBLIC
"-//IETF//DTD HTML//EN">
6 <p id=
"description">Focus field with a placeholder, then type.
</p>
8 <textarea id=i1
placeholder=
"Placeholder"></textarea>
10 var i1
= document
.getElementById('i1');
12 document
.execCommand("InsertText", false, "Text");