Tagged Questions
1
vote
1answer
1k views
How can I use JSON and Perl (HTML::Mason) to create dynamic web page with AJAX?
I'm some kind of lost with the way i have to deal with Javascript, JSON and Perl and most of the examples are in PHP which is not helpfull for me.
I have a page (called main.html) where i have a ...
0
votes
1answer
277 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 ...