eclipse插件右键菜单 如何获得选中的文件
3个回答
展开全部
<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>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询