init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<%@ page contentType="text/html;charset=MS949"%><%
|
||||
String xmlData = (String)request.getAttribute("param");
|
||||
%>
|
||||
<html>
|
||||
<body>
|
||||
<textarea style="width:100%;height:100%">
|
||||
<%= xmlData%>
|
||||
</textarea>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user