I have a page where I create a popup. On the popup created, I click on a radio button created on the popup and on click of a button I need to submit the form and pass the radio button value using post method to a new page. How can I achieve this using jquery or javascript?
Share
Try using AJAX:
Reference: http://api.jquery.com/jQuery.ajax/