forwardTest1.jsp
페이지 정보
작성자 관리자 작성일 21-07-15 19:05 조회 1,366 댓글 0본문
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%request.setCharacterEncoding("UTF-8"); %>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<jsp:forward page='<%=request.getParameter("forwardPage") %>' >
<jsp:param name="tel" value="034-1234-5678"/>
</jsp:forward>
</body>
</html>
추천0
댓글목록 0
등록된 댓글이 없습니다.