Hi!
I want users to access pages in a certain order.
Say I have A.jsp(html) and B.jsp(html) pages.
I want users to access A.jsp page first then B.jsp.
IF they try to access B.jsp, I want to redirect to A.jsp.
How do I do this??
Can you help me??
Thank you.
I would like to do this in servlet.
I want users to access pages in a certain order.
Say I have A.jsp(html) and B.jsp(html) pages.
I want users to access A.jsp page first then B.jsp.
IF they try to access B.jsp, I want to redirect to A.jsp.
How do I do this??
Can you help me??
Thank you.
I would like to do this in servlet.