Saturday, July 7, 2012

Greet user in JSP (JAVA)


<html>
<body>
<%! String nm;%>
<% nm = request.getParameter("t1"); %>
<h1>HELLO , <%=nm%>
</body>
</html>

No comments:

Post a Comment