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

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.
 
I

intrader

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"...
 
S

Siva M

<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

Members online

No members online now.

Forum statistics

Threads
474,438
Messages
2,571,699
Members
48,796
Latest member
Greg L.
Top