用HTML语言设置打开的浏览器窗口的大小
请教一下大家,用HTML语言设置打开的的窗口大小,是否显示工具栏,窗口大小是否固定,应该怎样设置呀?谢谢啦...
请教一下大家,用HTML语言设置打开的的窗口大小,是否显示工具栏,窗口大小是否固定,应该怎样设置呀?谢谢啦
展开
3个回答
展开全部
<html>
<head>
<script type="text/javascript">
function open_win()
{
window.open("http://www.w3school.com.cn","_blank","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=400, height=400")
}
</script>
</head>
<body>
<form>
<input type="button" value="打开窗口" onclick="open_win()">
</form>
</body>
</html>
参数详解,见
http://www.w3school.com.cn/htmldom/met_win_open.asp
<head>
<script type="text/javascript">
function open_win()
{
window.open("http://www.w3school.com.cn","_blank","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=400, height=400")
}
</script>
</head>
<body>
<form>
<input type="button" value="打开窗口" onclick="open_win()">
</form>
</body>
</html>
参数详解,见
http://www.w3school.com.cn/htmldom/met_win_open.asp
参考资料: http://www.w3school.com.cn/htmldom/met_win_open.asp
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<html>
<head>
<script type="text/javascript">
function open_win()
{
window.open("http://www.w3school.com.cn","_blank","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=400, height=400")
}
</script>
</head>
<body>
<form>
<input type="button" value="打开窗口" onclick="open_win()">
</form>
</body>
</html>
参数详解,见
<head>
<script type="text/javascript">
function open_win()
{
window.open("http://www.w3school.com.cn","_blank","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=400, height=400")
}
</script>
</head>
<body>
<form>
<input type="button" value="打开窗口" onclick="open_win()">
</form>
</body>
</html>
参数详解,见
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
加上参数就好了,给你看代码
不知道为什么代码提交不上来
推荐你在百度知道搜索“弹出小窗口代码”,有答案的
不知道为什么代码提交不上来
推荐你在百度知道搜索“弹出小窗口代码”,有答案的
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询