<% Session("MyTest") = Now() ' store date and time in session var %> <script type="text/javascript"> var whatTimeIsIt = '<%=Session("MyTest")%>'; alert(whatTimeIsIt); </script>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)