Is it possible to mix javascript and VBScript universal variables?
For example,
I am obviously not as skilled in VBScript as JS, but is the above code possible through universal variables etc.?
For example,
Code:
<script language="VBScript"> <!--hide thing=inputbox('Type something!','here') //--> </script> <script language="Javascript"> <!--hide document.write(' '+thing+' ') //--> </script>

Comment