3 <head><title>Your typical HTML page
</title></head>
6 function getFocusedElement() {
7 return document
.activeElement
? document
.activeElement
.id
: "";
16 <input name=
"q" size=
"55" title=
"Google Search" value=
"" id=
"textEdit"><br>
17 <input type=
"button" value=
"Search" id=
"searchButton">
18 <input type=
"button" value=
"I am feeling lucky" id=
"luckyButton">
22 <a href=
"http://www.google.com" id=
"googleLink">Google
</a>
23 <a href=
"http://mail.google.com" id=
"gmailLink">GMail
</a>
24 <a href=
"http://maps.google.com" id=
"gmapLink">GMap
</a>