Originally posted by: Thyme
He said Javascript, not JSP which changes things.
Javascript is strictly client side and ASP is strictly server side. It's easy to pass them, as ahurtt suggested, as a query string. If it's on a form, ASP will pick it up, or else you can make a hidden element. However, this won't be in real time. The user will have to POST or GET for them to interact.