MHonArc Resource List | TOC

SSMARKUP


Syntax

Envariable

N/A

Element


<SSMARKUP>
markup...
</SSMARKUP>

Command-line Option

N/A


Description

SSMARKUP defines any markup that occurs at the very beginning of all created HTML pages. This resource may be used to include any server-side processing markup that must occur before any HTML-related markup.


Default Setting

Nil.


Resource Variables

N/A


Examples

The following example is stolen from the MHonArc mailing list which lead to the addition of SSMARKUP to MHonArc. In this markup, some server-side markup is added to check if the user is logged in:

<SSMarkup>
<%@ LANGUAGE=VBSCRIPT %>
<%
If Not Session("LoginOK") Then Response.redirect "/default.htm"
%>
</SSMarkup>

Version

2.4.0


See Also


$Date: 2002/04/01 20:37:31 $
MHonArc
Copyright © 1999, Earl Hood, mhonarc@mhonarc.org