Calling .TLB file from vbscript in htm file
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I have the following code for my ASP page its working fine, but I dont know how to use 'include' in VBSCRIPT. Any help would appreciate.Thanks in advance. <%@ LANGUAGE="vbscript" %> <!-- Include="XXXXXX.tlb" --> <% set obj=Server.CreateObject("XXXXXX.Class1") Response.write obj.GetSubsidiaryValue ("7XY") %> How can I convert this code in vbscript?