Hi guys
Here's my situation. I'm creating a bunch of ASP pages and want a commom header to be included in all. In this header, I want the name of the page included. This is the cheap way that I'm currently doing it:
<!--#include file="headstart.htm"-->
Page Title
<!--#include file="headend.htm"-->
where headstart.htm is basically:
<table border=0 width=600 align="center">
**<tr>
****<td width=20%>
******<img src="blah.jpg"></img>
****</td>
****<td width=80% align="center">
******Site Name<br>
and headend.htm is basically:
****</td>
**</tr>
</table>
What is the cleanest way to call a header that will be passed the title of the page and have it inserted?
Please let me know if
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --