Tagged Questions
0
votes
1answer
281 views
How to assign the value of the variable in JavaScript function into mason variable?
I am getting window.location.href property on click of a button on client side in a javascript variable. My requirement is to send it back to server. How can I get the JavaScript variable value back ...