<html>
<head>
<script LANGUAGE=”JavaScript”>
function openwin() {
window.open (“page.html”, “newwindow”, “height=600, width=800, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no” );
}
</script>
</head>
<body onload=”openwin()”>
…test…
</body>
</html>
原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/13673.html