资源共享----全屏显示script
<html>
<head>
<title></title>
</head><body onload="">
<script LANGUAGE="JavaScript">
newwin=window.open('../Test_bean.jsp','newwin','scrollbars=yes,width=800,height=600,top=0,left=0');
newwin.resizeTo(screen.availWidth,screen.availHeight);
newwin.focus();
</script>
</body>
</html>