|
-
Mar 1st, 2001, 07:01 AM
#1
Thread Starter
Hyperactive Member
I have a value in my JavaScript but I need my ASP code on the same page to be able to look at this value, but I can't get it to.
For example, I have the following JavaScript code:
<SCRIPT LANGUAGE=JAVASCRIPT>
thisvalue="bob";
alert(thisvalue);
</SCRIPT>
<%
// i need to find out the value of thisvalue, but i can't
%>
Can anybody tell me of a way of getting this value, when it's on the same page.
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
|