js代码求助:下面的代码只是能打开窗口,还是无法固定大小,还是同样有菜单栏,地址栏,信息栏
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<script language="javascript">
function openwin() {
window.open ("http://www.163.com", "newwindow", "height=300, width=300, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no")
}
</script>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<body onload="openwin()">
测试
</body>
</html> 展开
<html xmlns="http://www.w3.org/1999/xhtml">
<script language="javascript">
function openwin() {
window.open ("http://www.163.com", "newwindow", "height=300, width=300, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no")
}
</script>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<body onload="openwin()">
测试
</body>
</html> 展开
展开全部
浏览器不同也会造成失效的,一般ie是支持这些参数的,但其他浏览器很可能就不支持,甚至有些浏览器会当做广告屏蔽掉
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
var win=window.showModalDialog("AddNewInfo.aspx?status=add",window, "dialogHeight: 350px; dialogWidth: 450px; edge: Raised; center: Yes; help: No; resizable: No; status: No;");
希望对你有帮助。想真正做到无菜单栏,地址栏,信息栏。就用window.showModalDialog();
希望对你有帮助。想真正做到无菜单栏,地址栏,信息栏。就用window.showModalDialog();
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
在我的XP sp3 IE6上运行是可以,你的OS和浏览器是?
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询