Server side Include & Client side include
Since #INCLUDE directive is used between HTML comments, at server side or in an asp, the statements with in the include file will processed at server. If the same is used in an htm, the browser identifies it as commented segment and leaves as such.
|