Hi,
How can one include a VBS file in ASP page and WSF code?
I have some functions in an asp page "ServerFunctions.asp"
that I want to use in WSF file. I created ServerFunctions.vbs removing "<%" and "%>
This file I can use in WSF file with script tag.
In ASP I tried script tag as
<script runat="SERVER" Language="VBScript" src="..."/>
but variables declared in the VBS file are not available.
TIA
How can one include a VBS file in ASP page and WSF code?
I have some functions in an asp page "ServerFunctions.asp"
that I want to use in WSF file. I created ServerFunctions.vbs removing "<%" and "%>
This file I can use in WSF file with script tag.
In ASP I tried script tag as
<script runat="SERVER" Language="VBScript" src="..."/>
but variables declared in the VBS file are not available.
TIA