Servlet product project I

<%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>JSP Page</title> </head> <body> <h1>Tabla Multiplicar</h1> <form action="NewServlet" method="get"> Numero<input type="text" name="num"/> <input type="submit" value="Multiplicar"/> </form> </body> </html>
index.jsp. Example of product's number

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.