Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Allain68

    Javascript error produced using <script .....src=name.js></script>

    Sorted, it was a bit dumb. The .js files were held below the WEB-INF directory, and everything below there is protected. I have moved the files to a new JavaScript directory just under the app directory and set <script language="JavaScript" src= "/APP/JavaScript/code.js"></script>and it it works.
  2. Allain68

    Javascript error produced using &lt;script .....src=name.js&gt;&lt;/script&gt;

    I am using Struts 1.1, Tomcat 4.1.12 on Windows XP I am trying to add some JavaScript to a JSP page To do this I am including one or many JavaScript source files using the following style; <script language="JavaScript" src="/pages/templates/code.js"></script> <script type="text/JavaScript"...

Part and Inventory Search

Back
Top