Can server side script be included on an asp page and then called from a button click event on the page or would I be better off putting it in an Include File? Rob
Just my $.02.
It really depends on what the code is doing.
if the code is designed in a way that it will run either location then <script language=vbscript src="../include/myscript.vbs></script> will work on the client side
and the <!--#include file="../Includes/myscript.vbs" --> would do it on serverside.
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.