|
-
Jun 25th, 2000, 03:05 PM
#1
Thread Starter
Member
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 !!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|