4 <title>Styled Page
</title>
6 function log(message
) {
7 document
.getElementById('log').innerHTML
= "<p>" + message
+ "</p>"
13 <div style=
"height: 200px"></div>
15 <form action=
"#" method=
"get" onsubmit=
"return false;">
16 <input name=
"searchBox">
17 <input type=
"submit" name=
"btn" style=
"padding-top: 4px; padding-bottom: 4px" value=
"Search" onclick=
"log('click');">
22 <div style=
"height: 4000px">Content
</div>