<html>
<head>
<title></title>
<script type="text/javascript">
function openLicence() {
//打开窗口
window.open("www.baidu.com","我爱的搜索","fullscreen=7")
}
</script>
</head>
<body>
<input type="button" value="Open" onclick="openLicence()">
</body>
</html>
PS:很简单,调用Window内置对象就好了!