I want to create Dialog box which can show form where i can refresh the page content on submition.
I want to open a calculator in dialog box . On giving input after submitting the value. the calculation should be updated the table in same view. in same dialog box.
i m using JQuery and for submitting data i m using controller. kindly guide me how to do it.
Thanks,
Try using jquery UI dialog
http://jqueryui.com/demos/dialog/#modal-form
Create a form with id ‘calculator-form’ and call it dialog as below.