5i inrichting
svn path=/Website/trunk/; revision=377
This commit is contained in:
23
APPL/FAC/facilitor.inc
Normal file
23
APPL/FAC/facilitor.inc
Normal 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® 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
5
_default.asp
Normal file
@@ -0,0 +1,5 @@
|
||||
<%@language = "javascript" %>
|
||||
<%
|
||||
customerID = "XXXX"; // <== Must change CUSTOMERID in customer 4-letter abbreviation
|
||||
%>
|
||||
<!--#include file="appl/fac/facilitor.inc"-->
|
||||
Reference in New Issue
Block a user