I need to include in a html document a reference to a servlet giving a parameter, something like this:
 
       <server>/MyServlet?id=0494746363523
 
How can i do it?
How can i read the parameter in my code in the servlet?
 
 
Thanks
 
 

Reply via email to