|
Description: Although it is possible to use include files in ASP, I found that it was not possible to do so during runtime. VBScript seems to be lacking an include function. So I wrote these 3 functions: asp_html_include(), asp_vbs_include(), and vbs_include(). The reason for this is that I could not create a function that executed VBS AND displayed HTML.
|