Skip to content

Instantly share code, notes, and snippets.

@AhnSeongHyun
Last active December 14, 2015 11:59
Show Gist options
  • Save AhnSeongHyun/5083039 to your computer and use it in GitHub Desktop.
Save AhnSeongHyun/5083039 to your computer and use it in GitHub Desktop.
<%@ page language="java" contentType="text/html; charset=EUC-KR"
pageEncoding="EUC-KR"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=EUC-KR">
<title>Insert title here</title>
</head>
<body>
hello world
<%
String query = request.getParameter("q");
%>
<%=query %>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment