Saturday 5 April 2014

A simple JSP script

<html>
<body>
<% if(1>2) {%>
<h2>You are hell pathetic </h2>
<%} else {%>
<h2>I think you are sensible </h2>
<%}%>
</body>
</html>

No comments: