Are you talking about Javascript ASP, Windows Scripting Host, or client side Javascript? If the latter, you won't find much because Javascript can't play with the files on a client computer without help from ActiveX controls, which are IE only.
Call Javascript from ASP" doesn't mean anything. Do you want to use Javascript for your ASP programming language, or fill ASP variable values into client-side Javascript code? You can't call client-side functions from server-side code, or vice versa, if that's what you're referring to.
I use JScript for ASP programming, which is Microsoft's version of Javascript, rather than VBScript. I've encountered a few other people around TT who use that, as well, so it's quite possible.
I still can't tell when you're talking about client-side Javascript and server-side coding. Client-side Javascript can't communicate with the server directly, and server-side coding can't communicate with the client-side computer directly.
Show an example of what you want to do, and we can go from there. Just asking how to do something isn't a productive question when there are thousands of possibilities for what you might want to accomplish.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.