| | |
Jsp doesnt work while source code of it that runned from Html does Work perfect. Why?
Please support our JSP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
•
•
Join Date: Feb 2008
Posts: 51
Reputation:
Solved Threads: 0
Jsp doesnt work while source code of it that runned from Html does Work perfect. Why?
0
#1 Apr 8th, 2008
Hi i got a jsp page which uses an external .js file and also some internal javascript too...
the problem is that none of the functions that inside the external .js file are recognized inside the jsp.
But...
if i copy the source code of the jsp into an html page and will browse it , it will work perfect....
I'm using tomcat 6.13 coding on Netbeans 6.0 using Struts/Tiles framework...
Internet Explorer gives me the following error: "Object Expected"
what could be the problem?
My problem was:
I called the .js in the following way
<script language="javascript" type="text/javascript" src="/js/exter.js"></script>
while i needed this (Note the ".." in the srs path)
<script language="javascript" type="text/javascript" src="../js/buttonOverOut.js"></script>
the problem is that none of the functions that inside the external .js file are recognized inside the jsp.
But...
if i copy the source code of the jsp into an html page and will browse it , it will work perfect....
I'm using tomcat 6.13 coding on Netbeans 6.0 using Struts/Tiles framework...
Internet Explorer gives me the following error: "Object Expected"
what could be the problem?
My problem was:
I called the .js in the following way
<script language="javascript" type="text/javascript" src="/js/exter.js"></script>
while i needed this (Note the ".." in the srs path)
<script language="javascript" type="text/javascript" src="../js/buttonOverOut.js"></script>
Last edited by vedmack; Apr 8th, 2008 at 3:14 am.
![]() |
Other Threads in the JSP Forum
- Previous Thread: what do these tags stand for?
- Next Thread: mysql+jsp
| Thread Tools | Search this Thread |
apache array backbutton combobox comma connection csv database development directorystructure dropdownlist dynamicpagetitles eclipse frames glassfish ie8 imagetodatabse imageupload integer internet java javaee javascript jsf jsp jsppagetitles levels mvc2 mvcmodel2 mysql netbeans network parameters passing ping printinserverinsteadofclient read redirect request.getparameter response seperated servlet servletdopost()readxml sessions software sql ssl state_saving_method stocks sun tomcat tutorial update values video web write





