팝업창 한꺼번에 두개 띄우기
본문
<html>
<head>
<script language="JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
-->
</script>
</head>
<body onLoad="MM_openBrWindow('첫번째팝업창주소','','width=400,height=450, top=0, left=0');
MM_openBrWindow('두번째팝업창주소','','width=400,height=450, top=0, left=410')">
</body>
</html>
출처 : http://www.aircon1004.com/data/bbs/board.php?bo_table=pds1&wr_id=21
<head>
<script language="JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
-->
</script>
</head>
<body onLoad="MM_openBrWindow('첫번째팝업창주소','','width=400,height=450, top=0, left=0');
MM_openBrWindow('두번째팝업창주소','','width=400,height=450, top=0, left=410')">
</body>
</html>
출처 : http://www.aircon1004.com/data/bbs/board.php?bo_table=pds1&wr_id=21
관련링크
댓글목록
등록된 댓글이 없습니다.