<!DOCTYPE html>
<html>
<head>
<title>javascript01.html</title>
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="this is my page">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!--<link rel="stylesheet" type="text/css" href="./styles.css">-->
<script type="text/javascript">
</script>
</head>
<body>
<a href="#" onclick="window.open('js04.html', 'aaaa', 'width=500,height=600')">新开窗口</a> <br>
<a href="#" onclick="window.open('js04.html', 'aaaa', 'width=300,height=600')">新开窗口</a>
</body>
</html>
JS window.open新开窗口
最新推荐文章于 2024-04-26 09:57:54 发布