I am desiging online
test application. I am facing some problem with javascript. I hava a
jsp page with javascript which will redirect the user to QAC.jsp page after 1 minute.When I come to my QA.jsp from localhost ie
http://localhost:8080/Test/QA.jsp I am able to redirect to QAC.jsp page and do the further processing. But when I come to the page from network ie
http://192.168.1.12:8080/Test/QA.jsp it just refreshes QA.jsp but I am not being redirected to QAC.jsp page.
Is there any modifications needed in the Javascript code.
Or can anyone suggest me better approach and sample codefor timed redirection for JSP.