728x90
SMALL
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<img src="../images/popup.jpg" width=350 height=500 usemap="#popup" alt="event page">
<map name="popup" id="popup">
</map>
<input type="button" value="닫 기" onclick="self.close();" />
</body>
</html>
<script>
window.open("../popup/popup.jsp", "popup", "width=365, height = 550, left = 0, top=0")
</script>
이 팝업소스는 안쓰게 됐지만 언젠간 이런 간단한 소스도 필요할거라 생각돼서 올림..
sciprt는 띄우고싶은 홈페이지에 쓰고 본문소스는 새로운 파일로
728x90
LIST
'Front > Html, css,jsp' 카테고리의 다른 글
jstl 숫자앞에 00붙히기, 숫자 패턴 , 포맷 바꾸기 (0) | 2021.07.09 |
---|---|
jstl 객체로 불러온 것을 select box선택시 선택되게 하기 (0) | 2021.05.11 |
request(요청정보) 세부사용법 (0) | 2020.12.14 |
로그인, 로그아웃 간단구현 (0) | 2020.12.11 |
header, footer모듈화 (0) | 2020.12.11 |
댓글