Hello there fellow programmers . What I am asking here is simple.I have a server side script and a client-side script.
<%
Dim strtest
strtest = "Value as test"
%>
<script language=VBscript>
Dim strtester
strtester = <%=strtest%>
MsgBox strtester,,"The User Test"
</script>
As you see this is the...
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.