Hi to all,
I m trying to connect my html to
servlet it is giving 404 error i gave correct url only but why it is not connecting to my servlet .This is my html form.Please can anybody check this one..
Thanks,
<html>
<head>
<title> Wel Come </title>
</head>
<body bgcolor=lightblue>
<form action="/abc" method="GET" >
<h1><center><font color= "red">Home</center></h1>
<table align="center">
Username<input type="text" name="uname"><br><br>
<input type="submit" value="welcome">
</table>
</form>
</body>
</html>