5i inrichting

svn path=/Website/trunk/; revision=377
This commit is contained in:
Jos Groot Lipman
2010-01-07 18:54:40 +00:00
parent 70bdba69fa
commit e0f60fd3de
2 changed files with 28 additions and 0 deletions

23
APPL/FAC/facilitor.inc Normal file
View File

@@ -0,0 +1,23 @@
<% /*
$Revision: 1 $
$Modtime: 7-01-10 20:53 $
File: facilitor.inc
Description: Root-pagina van Facilitor
Parameters: variabele customerID moet gezet zijn
Context: (alleen) vanuit \default.asp
Notes:
*/ %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-15">
<%
Session("customerId") = customerID;
if (Request.QueryString("fac_id").Count>0)
Session("customerId") = String(Request.QueryString("fac_id"));
%>
<head><title>Facilitor&reg; 5i</title>
</head>
<frameset frameborder="no" border="0">
<frame src="Appl/Fac/Facilitor.asp?<%=Request.QueryString%>" frameborder="0" marginwidth="0" noresize></frame>
</frameset>

5
_default.asp Normal file
View File

@@ -0,0 +1,5 @@
<%@language = "javascript" %>
<%
customerID = "XXXX"; // <== Must change CUSTOMERID in customer 4-letter abbreviation
%>
<!--#include file="appl/fac/facilitor.inc"-->