technohead
Technical User
im just wondering is this statement right cos every time i run it it always brings back the first redirect even if it should be the second one.
if(userType.equals("C"
)
{
response.sendRedirect(" }
else if(userType.equals("B"
)
{
response.sendRedirect(" }
else
{
response.sendRedirect(" }
if(userType.equals("C"
{
response.sendRedirect(" }
else if(userType.equals("B"
{
response.sendRedirect(" }
else
{
response.sendRedirect(" }