Hi All,
Is there a way I can have a central file(s) that contains vbscript function(s) that can be called at any time?
I could use the includes file that is read on a page loading. Is there a better way?
For example I am using the code <%=replace((rsComments("Comments")),vbCr, "<BR>")%> in order to format the page properly. I'd like to setup a function that can format any text or file when the function is called.
Any tips..
Many thanks
Is there a way I can have a central file(s) that contains vbscript function(s) that can be called at any time?
I could use the includes file that is read on a page loading. Is there a better way?
For example I am using the code <%=replace((rsComments("Comments")),vbCr, "<BR>")%> in order to format the page properly. I'd like to setup a function that can format any text or file when the function is called.
Any tips..
Many thanks