Okay, I have a javascript variable that I need sent to another page. How do I request it in asp?
Okay, I have a javascript variable that I need sent to another page. How do I request it in asp?
i guess what I need to know is how to assign a javascript variable value to an asp variable
I don't think it is possible, because the server code will always be executed before the page ever reaches the browser where the javascript is executed. what i have done is pass the variable using a get method and then reading the key with asp that works for meOriginally Posted by Eclyps19
regards
Bookmarks