[thelist] SSI question

Ron White rwhite at edverify.com
Fri Sep 15 14:13:07 CDT 2000


This one is easy, since we already do this. For pages that can be called
from two different tabs and therefore have different submenus, we make the
actual page an include file and only change the code at the top that
determines what tab it should be under...

Sample page, using .asp:

<%
	NavTab = "4" << what tab
 %>
<html>
<head>
	<title>Board of Foo</title>
	<link rel="stylesheet" type="text/css" href="/include/styles.css"
title="style">
</head>
<body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0"
background="/images/pagebackground.gif" bgproperties="fixed">

<!------------------------------------ TOP NAVIGATION
BAR ----------------------------------->
<!--#include file="../topnav.asp" -->  << code in here uses NavTab to select
correct menu
<!---------------------------------- END TOP NAVIGATION
BAR --------------------------------->
<!--#include virtual = "/include/foo.inc" -->  << The actual page

any questions just contact me directly :-)

HTH,
Ron White
rwhite at edverify.com
Director of Technology
EdVerifY, Inc.
P - 561-748-1999 ext 601
F - 561-746-9023







More information about the thelist mailing list