This topic is locked

Multiple headers

12/13/2009 3:10:29 PM
ASPRunnerPro General questions
lefty author

Does anyone know how to use more than one header in a project. You used to be able to edit the html to point to include header_file.asp now 6.1 uses the variable ... {$header} . I have some headers for some pages some for others.

J
Jane 12/14/2009

Hi,
use custom events (Insert ASP code snippet option on the Visual Editor tab) for this purpose.

lefty author 12/14/2009

Jane,

Can you give me an example of calling a different header file name from the code snippet in visual editor.

J
Jane 12/15/2009

John,
here is a sample:

%>

<!--#include file="header1.asp"-->

<%