Results 1 to 2 of 2

Thread: Mixed ASP with JavaScript

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2000
    Posts
    49
    Is there a way to put a value from javascript into
    a session variable in ASP
    <SCRIPT>

    Ex:<%session("Position_The") = %> x;
    </SCRIPT

    Thanxs

  2. #2
    Hyperactive Member
    Join Date
    Nov 1999
    Posts
    266
    Well I have used Response.write in Server side Javascript. I guess you should be able to use the Session object in Server side Javascript.

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