How to make use of javaScript functions stored in a .js file?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, friends,

I have 2 javaScript files that contains commonly used functions. I need to
include them in most of my aspx pages. Can we still use <!--#INCLUDE
FILE="intro.htm"--> as we did in asp pages?

Thanks a lot.
 
Hi, friends,

I have 2 javaScript files that contains commonly used functions. I need to
include them in most of my aspx pages. Can we still use <!--#INCLUDE
FILE="intro.htm"--> as we did in asp pages?

Thanks a lot.
I'd use <script ...src="intro.js"...
 
<script language="javascript" src="yourjs.js"></script>

Hi, friends,

I have 2 javaScript files that contains commonly used functions. I need to
include them in most of my aspx pages. Can we still use <!--#INCLUDE
FILE="intro.htm"--> as we did in asp pages?

Thanks a lot.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top