Link to home
Start Free TrialLog in
Avatar of sathyanreddy
sathyanreddy

asked on

Set Session variable in Javascript

Hi i want to set the javascript value in session
so that i can acess that value from any other page
something like the following..........
<script type="text/javascript" >
    function redirectmenu(id) {
            Session('Menuid') = id;
            location.href = 'Home.aspx";
           }

</script>
ASKER CERTIFIED SOLUTION
Avatar of thecodist
thecodist
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial