5 document
.getElementById('t1').focus();
6 if (window
.eventSender
) {
7 eventSender
.keyDown("\t");
8 eventSender
.keyDown("\t");
14 <body onload=
"test()">
15 This tests that you can tab out of a text field if an iframe comes after it.
<br>
17 <iframe style=
"border: solid thin black"></iframe>
18 <input id=
"t2" value=
"This should have focus">