I need to write a Java server program that should receive data from a form in a a browser and send a response depending on the data it receives.What I am stuck on is figuring out how to get the browser to communicate with the running server and vice versa. I have tried enter data like 127.0.0.1 in the action field of the html form but that does not work.How can I get this working?