H
Harry
I have a script file called "common.js" containing various JS functions -
while this file resides in the same directory as the JSP files it's fine but
trying to tidy it up by moving it in to a sub-directory called "include"
under the JSP dir & changing the line in my JSP files to -
<script type="text/javascript" language='javascript 1.2'
src="include/common.js"></script>
it doesn't work - keep getting "object required" message boxes when
viewing/clicking the page!
Any ideas why this might happen? - do you always perhaps have to have
include files in the same directory as the JSP files?
thanks
harry
while this file resides in the same directory as the JSP files it's fine but
trying to tidy it up by moving it in to a sub-directory called "include"
under the JSP dir & changing the line in my JSP files to -
<script type="text/javascript" language='javascript 1.2'
src="include/common.js"></script>
it doesn't work - keep getting "object required" message boxes when
viewing/clicking the page!
Any ideas why this might happen? - do you always perhaps have to have
include files in the same directory as the JSP files?
thanks
harry