现在的位置: 首页 > 综合 > 正文

一个窗口弹出另外一个窗口的方法

2013年04月10日 ⁄ 综合 ⁄ 共 332字 ⁄ 字号 评论关闭

1

<html>
<head>
<title>tanchu</title>
</head>
<body background="img/background1.jpg">
<script language="JavaScript">
var win_art=window.open("demo2.html","info","width=270,height=300")
</script>
</body>
</html>

<html>
<head>
<title>tanchu</title>
</head>
<body background="img/background1.jpg">
<script language="JavaScript">
</script>
sss
</body>
</html>

抱歉!评论已关闭.