• 0

how to include *.js file in *.jsp


Question

5 answers to this question

Recommended Posts

  • 0

To include *.js file, we should write the following code

<script type="text/javascript" src="jspage.js"></script>

To include *.jsp file, we should write the following code

<jsp:include page="jsppage.jsp" />

--------

Catherine Sea

http://www.dynamsoft.com/

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.