Hi there,

when you call your servlet from a HTML form, and you have a textfield on the form, then the value of this textfield is send as an parameter to the servlet. You can get it with getParameter(pname).
And with getInitParameter(), you can get parameters from a file called servlet.properties. This file can be in your default servlet directory. More information on this can be found at:
http://www.java.sun.com/docs/books/t...ets/index.html

Greets,
Jan Meeuwesen
( If this answer is of any value to you, rate it! (bottom right in your browser under this text) )