Hi,
I am working with Weblogic 8.1 and I have some HTMLs with some javascripts for some actions. The HTMLs are woriking properly.
After converting the HTML in to JSP the javascripts are not working. And on status bar "Error on Page" messages comes.
But i am able to get the complete page.
only java scripts are not woring.
my direcotry structute is
REO.ipr
D:\cvs\Resolve Code\REO
+Core
+WebApp
+css
+images
+javascript
+jsp
+managemarketing
marketingPlan.jsp
+WEB-INF
Regards,
Maruthi Ram
Discussions
Web tier: servlets, JSP, Web frameworks: Why Error on page in a explorer status bar appears..??
-
Why Error on page in a explorer status bar appears..?? (1 messages)
- Posted by: Maruthi Ram
- Posted on: April 27 2004 02:35 EDT
Threaded Messages (1)
- Why Error on page in a explorer status bar appears..?? by Bidyut Pattanayak on April 29 2004 19:58 EDT
-
Why Error on page in a explorer status bar appears..??[ Go to top ]
- Posted by: Bidyut Pattanayak
- Posted on: April 29 2004 19:58 EDT
- in response to Maruthi Ram
This means you have some javascript error. That's why it shows in the explorer status bar. You yourself has admitted that javascript is not working. The best way for you would be to use Mozilla or Netscapr to debug javascript. These two browsers come in with Javascript console that would point out the exact javascript error.