Hi there, I am still learning ASP. Can anyone tell me how to use Session Variables that I create in a ASP page, in client-side scripting? For example:
<SCRIPT language=vbs>
If Session("Checked") = "1" then.......

.....
.........
</Script>