Quantcast
Channel: MyCoding.net » Java
Viewing all articles
Browse latest Browse all 17

Servlet to accept name from user and display it

$
0
0
This is a basic servlet that accepts text from a user through a HTML form and display it. Firstly, the HTML code:   <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> <form action ="ServletDemo" method ="post"> <input type ="text" … Continue reading

Viewing all articles
Browse latest Browse all 17

Trending Articles