help with #include file
Hi. Still trying to teach myself ASP. In my book they use #INCLUDE FILE to use standardheader.asp to display the same web banner on the each page of the site. The standardheader.asp (below) I understand.
<html><head><title>Standard Header</title></head>
<body><img src="header.jpg"></body>
The book also gives the following code for including the header.
<!-- #INCLUDE FILE="standardheader.asp" --!>
It does not however, tell you where to put the above code. I am also not sure to save the file as a .htm or .asp.
Thanks for the help.
|