hi,
i just need to pass the value from my html page to my servlet...it is not working...pasting the code below..

<html>

<head>

</head>

<body>

<form name="frm" method="GET" action="http://localhost:8080/connect/ConnectServlet.java">

<input type="text" name="txtName">

<input type="submit" name="btSub">

</form>

</body>

</html>

my Tomcat is running and i am able to run servlet also..but i am not able to connect the HTML with servlet...any help would be greatly appreciated.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.