<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<c:import url="http://www.naver.com/index.html" var="url"></c:import>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
내용 출력:
<hr />
<!-- <textarea rows="50" cols="600"> -->
${url}
<!-- </textarea> -->
</body>
</html>
'JSP' 카테고리의 다른 글
JSTL <fmt:formatDate> 커스텀액션 (0) | 2013.03.22 |
---|---|
JSTL <c:url> 커스텀액션 (0) | 2013.03.22 |
JSTL <c:forEach> 커스텀액션 (0) | 2013.03.21 |
JSTL <c:forTokens> 커스텀액션 (0) | 2013.03.21 |
JSTL <c:forEach> 커스텀액션 (0) | 2013.03.21 |