Although I have programmed in ASPit has been a while and most of it has been in VBscript. I am now editing a site in asp with javascript. I have a simple question, I have searched but have not found anything.
The asp page has the following include file:
<!--#include file="include/bottom.inc"-->
The page that I think it is including is called default.asp (I had to do a search to find it.) There is no such file include/bottome.inc
My questions are 1.What is a .inc extension? 2. Whu is the file named something else? Is it named that somewhere on the page and I am not seeing it? Or am I not seeing the .inc file and that's not it? I don't think I have ever seen a .inc file before.
The asp page has the following include file:
<!--#include file="include/bottom.inc"-->
The page that I think it is including is called default.asp (I had to do a search to find it.) There is no such file include/bottome.inc
My questions are 1.What is a .inc extension? 2. Whu is the file named something else? Is it named that somewhere on the page and I am not seeing it? Or am I not seeing the .inc file and that's not it? I don't think I have ever seen a .inc file before.