<!-- #include file="../DatabaseInclude.asp" --> This include file is NOT output to debug file.<html> <head> <title><%=Session("CompanyName")%> <%=Session("PageTitle")%></title> <link rel="StyleSheet" href="../skins/<%=ucase(Session("SkinOption"))%>/skins.css" media="screen" type="text/css"> </head> <body class="BodySkins"> <table class="TableSkins"> <tr> <td class="TDHeader">LogOff</td> </tr> <tr> <td> <a href="Index.asp"> Click Here to Start a New Session </a> </td> </tr> </table> <%Session.Abandon%> </body> </html><!-- #include file="../ReadFile.asp" --> This include file is NOT output to debug file.
|