Dear all,
Can you tell me how to pass 2 parameter to web page?
I spend hours to debug this script:
response.sendRedirect("checking.jsp?errortype="+errortype+&"rNo="+sid);
should I use & to connect the 2 parameters as error occurs while using &.
Thanks for your help!
Joyce
Can you tell me how to pass 2 parameter to web page?
I spend hours to debug this script:
response.sendRedirect("checking.jsp?errortype="+errortype+&"rNo="+sid);
should I use & to connect the 2 parameters as error occurs while using &.
Thanks for your help!
Joyce