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 in mason code?
One option(which I have implemented currently ) is to dynamically create a hidden text field with value set to window.location.href and do a form submit .
How can use ajax here? I am looking for a ajax solution, how it is different from for.submit().