Please use the forum's CODE tags when posting.
JavaScript runs on the client. ASP runs on the server. You cannot "pass" variables between them, per se.
The only time ASP runs is when a REQUEST is sent to the web server, either a GET or a POST.
The way you send values to an ASP form is by adding a QueryString to your GET Requests, or by populating form values for your POST Requests (or, "form submits").
Reputation Points: 227
Solved Threads: 37
Made Her Cry
Offline 1,697 posts
since Dec 2004