<script>
function test1()
{
    querying.style.visibility="visible";
window.location.href = "aa.htm"//要加载的页面
 
}
</script>
<body ><input type = "button" value ="O K" onclick = "test1()">
<div id="querying" style="position:absolute; top:200; left:20; z-index:10; visibility:hidden">
<table WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<tr>
<td width="30%"></td>
<td>
<table WIDTH="100%" height="70" BORDER="0" CELLSPACING="2" CELLPADDING="0" class="tableframe">
<tr bgcolor="#A2D7F7"><td bgcolor="#A2D7F7" align="center">正在打开页面,请稍候...</td></tr>
</table>
</td>
<td width="30%"></td>
</tr>
</table>
</div>
</body>