5 <textarea id=
"testBox" style=
"padding:2px;" readonly
></textarea>
6 <script type=
"text/javascript">
7 //Adding focus to the textbox should trigger a spellcheck
8 var textbox
= document
.getElementById("testBox");
9 addEventListener("load", function() {
10 textbox
.readOnly
= false;
12 textbox
.value
= "blahblahblah";
13 textbox
.selectionStart
= textbox
.selectionEnd
= 0;