<! docType html public "-// w3c // dtd html 4.01 Transitional // en" "http://www.w3.org/tr/html4/loose.dtd"> <html> <head> <meta http-equiv = "content-type" <title> 제목 삽입 </title> <script type = "text/javaScript">/* 동일한 새 페이지를 열지 않으면 새 페이지가 다시 열리지 않습니다*/function Open1 () {window.open ( "html01.html", "aaa"); } function Open2 () {window.open ( "html02.html", "aaa"); }.