![]() |
|
#1
|
|||
|
|||
|
<body> <form name="form" method="post" action="goster.jsp"> <%//Programmer : Toygar Dundaralp%> <%//Email: buraya msn yada email yazın%> <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> |
![]() |
| Seçenekler | |
| Stil | |
|
|