u can call a function written in some other .js file or u can call a vb function written in .vbs file but nowadays browsers will not allow u to run a script file directly from ur code because of security reasons.
If you want to run the script on your server, you’d simply use ASP.
If you want to run a script on your client’s machine, you’d have to use Active X. It’s a huge security fault to allow a website to run a script on a client’s machine.
Comments
Leave a comment Trackback