happy7789 2025. 4. 4. 18:02
Document

This is a Heading

This is a paragraph.

/////////////////////////////////////////////////////////////////////



<!DOCTYPE html>
<html>
<head>
  <title>Document</title>
  <script language="javascript">
  function showPopup() { window.open("08_2_popup.html", "a", "width=400, height=300, left=100, top=50"); }
  </script>
</head>
<body>


<input type="button" value="팝업창 호출" onclick="showPopup();" />

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>