Archive for January, 2006
Below is a function I use occasionally for dynamically including a text file into an ASP page, particularly when using query strings to select the file. Server-side Includes (SSI) are executed before ASP. This means that even if you code the query string in-line with the SSI, the text will not show up.
<%
Function IncludeText(strFilePath)
Dim fs, […]
Search
You are currently browsing the Penguin X-ing weblog archives for January, 2006.
Longer entries are truncated. Click the headline of an entry to read it in its entirety.

