如果是iframe<IFRAME NAME="main" SRC="1.htm" WIDTH="300" HEIGHT="200" marginwidth="0" marginheight="0">...</IFRAME>
<INPUT TYPE="button" value="刷新" onclick="test()"> 
<script language="javascript">
function test()
{
main.document.location.reload();
}
</script>