I would try :
<INPUT type=button value="Back"
OnClick="window.location='FormacionInputPage.jsp'">
I have used the above without problems. I would also check how it works in Navigator.
Could be a bug in InternetExploder's JavaScript implementation.
To get rid of the compile error I would try removing any pre-existing generated *.java
and *.class files for the JSP you are having problems with.
Good Luck,
Abraham Kang
-----Original Message-----
From: Gonzalo Jos� [SMTP:[EMAIL PROTECTED]]
Sent: Wednesday, October 20, 1999 6:40 AM
To: [EMAIL PROTECTED]
Subject: Error accessing a JSP file
I am getting the following error:
Error getting compiled page
Servlet generated by page compilation reported
com.ibm.servlet.engine.SEInvokerException exception with the message :
pagecompile._demo._formacion._formacionInputPage_xjsp: Wrong name
I am using WebSphere 2.0,/ Apache, Explorer 5.0.
I am using <INPUT type=button value="Back"
OnClick="document.location='FormacionInputPage.jsp'"> for returning to
the starting point, sometimes this works and sometimes it doesn't work.
What is the best way to redirect to a JSP file from another one using
OnClick?
Thanks in advance.
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html