Hi All,

I have one more doubt here please, Can i call .vbs file from ASP page. Just like that sample.js, We can call this java script file from ASP.
Example :- <script language="JavaScript" src="/formvalidator.js"></script>


So can we use this statement same for vbscript(sample.vbs)... If it is Okay then please tell me any simple and small example.

Please guide me that how can i move forward with this one...


Thanks In Advance
Urs friend
Venu

Suppose you have validation function available in formvalidation.vbs file say verify() that you can use it on ASP as follow:

formvalidation.verify()

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.