4 <title>This page steals the focus
</title>
8 <script language=
"javascript" type=
"text/javascript">
11 function stealFocus() {
12 var textField
= document
.getElementById("text_edit");
19 <h1>Welcome to Focus Taker!
</h1>
21 <form href=
"nowhere.html">
22 <input name=
"SearchText" type=
"text" id=
"text_edit"></input>
23 <input name=
"SearchButton" type=
"button" value=
"Search" onclick=
"popitup('http://www.google.com');"></input>