Hello,
<script language="JavaScript">
var strMsg = "JS_Varisble";
;String OSvar = strMsg
alert("`OSvar`");
</script>
The above code is not working and the resone is I don't know how I can pass JavaScript variable to Oscript (Weblingo) variable, is there is a way to do that? Please help
Thanks,
<script language="JavaScript">
var strMsg = "JS_Varisble";
;String OSvar = strMsg
alert("`OSvar`");
</script>
The above code is not working and the resone is I don't know how I can pass JavaScript variable to Oscript (Weblingo) variable, is there is a way to do that? Please help
Thanks,