Hi all,

I don't know whether I am a the right place or not, anyway, I am here now!
My question is how to assign the value of Script variable to ASP variable, well this question is best understood by an example:

* in 'Process.asp' I have the following:

.
.
Application("UserName") = ""
.
.
<script language=JavaScript>
.
.
var tmpUser
tmpUser = Application("UserName"); <<--- the problem here
.
.
</script>

The problem is that I can't assign the value of a Script variable to ASP variable (and vice versa by the way!).

Can anyone help ??

Thanks in advance,

Poor Wesam !!