hai
yes you can call like this.for ex
you are calling the othere servlet like the one you have wrote

 http://localhost/servlet/otherservlet?name=somename&pass=fpass

then in the servlet you can get the parameters
by using the getParameter("name");
likewise you can also use the HttpServletRequest.getQueryString() method
this method returns you the string after the ? mark
from there you can take the thing you wanted

cheers
palanikumar

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to