<html>
<body>
<form name="form" method="post" action="goster.jsp">
<%//Programmer : Toygar Dundaralp%>
<%//Email: tdundaralp@msn.com%>
<input type="text" name="text" value="deneme..">
<input type="submit" name="button" value="gonder">
<a href="goster.jsp?id=777&adi=toygar">Tikla</a>
</form>
</body>
</html>
------------------------------------------------------------------
<html>
<body>
<% out.println("<p>ID : "+request.getParameter("id")+" <p>Adi : " +request.getParameter("adi")); %>
</body>
</html>