ASP用vbscript怎样弹出窗口
展开全部
<html>
<head>
<title>网页特效-综合特效-VBScript使用window.open打开新窗口</title>
<meta http-equiv="content-Type" content="text/html;charset=gb2312">
</head>
<body>
<!--把下面代码加到<body>与</body>之间-->
<script language="vbscript">
<!--
sub win()
window.open "http://hi.baidu.com/yewin/","New","width=800,height=600,toolbar=1,status=0,location=0,menubar=0,scrollbars=0"
end sub
-->
</script>
<input type="button" value="打开窗口" onclick="vbs:win()">
<input type="button" value="打开窗口" language=vbscript onclick="window.open 'http://hi.baidu.com/yewin','New','width=300,height=100,toolbar=1,status=0,location=0,menubar=0,scrollbars=0'">
</body>
</html>
展开全部
<html>
<head>
<title>网页特效-综合特效-VBScript使用window.open打开新窗口</title>
<meta http-equiv="content-Type" content="text/html;charset=gb2312">
</head>
<body>
<!--把下面代码加到<body>与</body>之间-->
<script language="vbscript">
<!--
sub win()
window.open "http://hi.baidu.com/yewin/","New","width=800,height=600,toolbar=1,status=0,location=0,menubar=0,scrollbars=0"
end sub
-->
</script>
<input type="button" value="打开窗口" onclick="vbs:win()">
<input type="button" value="打开窗口" language=vbscript onclick="window.open 'http://hi.baidu.com/yewin','New','width=300,height=100,toolbar=1,status=0,location=0,menubar=0,scrollbars=0'">
</body>
</html>
<head>
<title>网页特效-综合特效-VBScript使用window.open打开新窗口</title>
<meta http-equiv="content-Type" content="text/html;charset=gb2312">
</head>
<body>
<!--把下面代码加到<body>与</body>之间-->
<script language="vbscript">
<!--
sub win()
window.open "http://hi.baidu.com/yewin/","New","width=800,height=600,toolbar=1,status=0,location=0,menubar=0,scrollbars=0"
end sub
-->
</script>
<input type="button" value="打开窗口" onclick="vbs:win()">
<input type="button" value="打开窗口" language=vbscript onclick="window.open 'http://hi.baidu.com/yewin','New','width=300,height=100,toolbar=1,status=0,location=0,menubar=0,scrollbars=0'">
</body>
</html>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
MsgBox是弹消息框,不是弹“窗口”!概念错误哈!
用MsgBox不可能在ASP页面中弹出窗口,连弹对话框都不可能!
如果是HTML页面的话,可以为其指定一个事件(比如页面加载的事件),然后通过事件来弹出窗口。但是用JScript肯定比用vbscrip容易些。代码在网上就多了,可以搜索一下。
用MsgBox不可能在ASP页面中弹出窗口,连弹对话框都不可能!
如果是HTML页面的话,可以为其指定一个事件(比如页面加载的事件),然后通过事件来弹出窗口。但是用JScript肯定比用vbscrip容易些。代码在网上就多了,可以搜索一下。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
用这个函数MsgBox
参考资料: http://baike.baidu.com/view/563674.html?wtp=tt
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询