How to access the html form data in java program

MM

New Member
i have created a java project in eclipse,in this project i have an html form customer.html as shown below\[code\]<form>Name :<input type="text" id="name"/>Address: <input type="text" id="add"/>Age:<input type="int" id="age"/><input type="submit" onclick="what should i call here in my program"/></form>\[/code\]once the user fills the form and submits it i want to access the form field in java code is it possible.if so how or else is there anyother solution to create an xml file for this form
 
Back
Top