I have a quick question. Is it possible to create modules in VBscript. I have a very simple program that I would like to recreate as an HTA app. Thanks
Printable View
I have a quick question. Is it possible to create modules in VBscript. I have a very simple program that I would like to recreate as an HTA app. Thanks
Don't really know what you mean. But i guess you are talking about inc file?? You can create functions and subs in Inc files and use it as a module by including it in every ASP pages that you would like to use those functions.