dear members, if any image hits the servlet, how i can get the name and alt paramerter of image in get/post of servlet using getParameter("..... which hits the servlet -fahad.
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12268
1
posted
0
You can only get values from HTML forms or URLs with the request getParameter method. Bill