Include Files (Part 2)

  • Thread starter Thread starter Colm
  • Start date Start date
C

Colm

I an using below syntax.

<!-- #include file = "include_files/Somefile.js"-->

When I put this line on my aspx page, it shows the script
on the interface which I don't want.
 
I missed "Part 1", but why not use <script src="include_files/Somefile.js"
/> ?
 
Back
Top