4 <script type=
"text/javascript">
7 document
.getSelection().selectAllChildren(document
.body
);
8 var editor
= document
.getElementById("editor");
15 <body onload=
"doTest()">
17 <textarea id=
"editor" spellcheck=
"false">textarea
</textarea>