Results 1 to 2 of 2

Thread: ASP & JAVA Variables

  1. #1

    Thread Starter
    Lively Member G.U.R.U Africa's Avatar
    Join Date
    Mar 2002
    Location
    South Africa (SOWETO)
    Posts
    76

    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.
    REBEL - G.U.R.U Africa

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    msg='<% =sName %>';
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width