|
-
Oct 7th, 2002, 09:03 AM
#1
Thread Starter
Lively Member
ASP & JAVA Variables
How do I send a variable from an ASP Script to JAVA Script?
This is my coding:
<%@Language=vbscript%>
<%Dim sName
sName = "GURU"
%>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
msg='sName'; // N.B. This is where I want to place my sName variable from ASP Script
// ->
</script>
G.
U.
R.
U.
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
|