<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.
<html xmlns="http://www.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<script language="javascript" type="text/javascript">
function popwin(url)
{
window.open (url, 'newwindow', 'fullscreen, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no');
}
</script>
</head>
<body>
<input type="button" value="aaa"
onclick="popwin('bbb.html')" />
</body>
</html>
这是代码,放到php站点里面用localhost访问有标题栏,地址栏,状态栏,可是直接运行的时候就出现无边框效果了