Hi All, I am facing a problem while testing a JSP page which contains some Javascript code. When we submit a login jsp page after giving valid userId and password, the control shifts to inbox_open page. When this login page reads a javascript code, i get an error like:
com.meterware.httpunit.ScriptException: Script 'openFrameworkWindow('/digite/Request?Key=framework_main&ContainedURL=inbox_open');' failed: org.mozilla.javascript.EcmaError: TypeError: Cannot set property "location" of undefined to "/digite/Request?Key=framework_main&ContainedURL=inbox_open" (httpunit#260)
What could be the problem? I have already placed js.jar in the classpath. What more is required?