10 lines
207 B
Plaintext
10 lines
207 B
Plaintext
<%@ page contentType="text/html;charset=MS949"%><%
|
|
String xmlData = (String)request.getAttribute("param");
|
|
%>
|
|
<html>
|
|
<body>
|
|
<textarea style="width:100%;height:100%">
|
|
<%= xmlData%>
|
|
</textarea>
|
|
</body>
|
|
</html> |