msdfmap.ini complete
Contents of default.asp :
<%option explicit%>
<!-- The includefile is one level back from the "default.asp" file: -->
<!--#include file="../../jakes_IO.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="da">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Example use of the GetDataFileContents function</title>
<link rel="stylesheet" type="text/css" href="/jake.css">
</head>
<body>
<div align="center"><h1>Using GetDataFileContents()</h1></div>
<!-- *************** HERE IS WHERE IT HAPPENS!! ****************** -->
<b>msdfmap.ini without comments:</b><br>
<div class="sample">
<% response.write(stringToHTML (GetDataFileContents("msdfmap.ini", ";")))%>
</div>
<!-- ********************************************************************** -->
<p><b>msdfmap.ini complete</b>
<div class="data">
<%=stringToHTML (GetFileContents("msdfmap.ini"))%>
</div>
<p><b>Contents of default.asp :</b><br>
<span class="source">
<% response.write(stringToHTML (GetFileContents("default.asp")))%>
</span>
</body>
</html>