Why msgbox doen't work in <%@ Language=VBScript %> ?
why we have to write
<script Language="vbscript">
Dim MyVar
MyVar = MsgBox ("TEST msgbox ! ",4)
</script>
And even I can't access this myvar value outside this script.How can I access that variable ? as session also doen't work in <script></script>
why we have to write
<script Language="vbscript">
Dim MyVar
MyVar = MsgBox ("TEST msgbox ! ",4)
</script>
And even I can't access this myvar value outside this script.How can I access that variable ? as session also doen't work in <script></script>