You have to send it to the server by invoking an asp page in the usual ways
- write the value of the variable into a hidden field and post to asp page
- use a redirect with the data in the querystring
- use a trick like these here
http://www.aspfaq.com/show.asp?id=2001