form提交后弹出不带状态栏窗口
<script language="javascript">
function xxx()
{win = window.open("","xxx","width=100,height=100")}
</script>
<form action="xxx.asp" target="xxx" onsubmit="return xxx()">
<input type="submit" value="submit">
</form>