5 document.getElementById('ta').focus();
6 document.execCommand("InsertText", false, '5');
7 document.execCommand("InsertText", false, '\n');
8 document.execCommand("InsertText", false, '6');
9 document.execCommand("InsertText", false, '\n');
10 document.execCommand("InsertText", false, '7');
11 document.execCommand("InsertText", false, '\n');
12 document.execCommand("InsertText", false, '8');
13 document.execCommand("InsertText", false, '\n');
17 <body onload="test()">
18 This tests that a scrollbar will appear when text overflows the textarea
20 <textarea rows=6 id="ta">