get post java html

Solutions on MaxInterview for get post java html by the best coders in the world

showing results for - "get post java html"
Norah
14 May 2018
1<html>
2<head>
3    <title></title>
4</head>
5<body>
6    <form action="register.php" method="post">
7        <input type="text" name="username" placeholder="Inserisci lo username" /><br>
8        <input type="password" name="password" placeholder="Inserisci la password" /><br>
9        <input type="submit" value="Registrati" />
10    </form>
11</body>
12</html>