Include file within another asp file
by Nirmala[ Edit ] 2009-08-06 17:07:21
Hi...
If you want to include file inside the asp page use the below syntax in top of the page.
<!--#include file="filename with extension"-->
Example:
<!--#include file="test.asp"-->