Hi guys,

In my [main.asp] file at some point I have the following code:

<script language='JavaScript'>

NickName=document.Info.NickName;

Application('Nick Name')=NickName <<------ doesn't work?
.
.
.

My problem is that I can't assign the value an ASP variable (server variable) to a script variable, my question how can solve this?

Waiting for your appreciated answers,

poor Wesam!