Hi
I have a javascript which I am using for making certain form input controls as read only based on desired criteria. This works fine until I click on Save button. Once the Save button is clicked and save is complete (page does not refresh) the input controls become editable and javascript for making them read only does not work.
How can I refresh the page after the Save action is completed through javascript or jquery? So that After save action is complete I would like to run my javascript again to ensure that the desired fields are still read only.
Please suggest.
Regards,
Sudhir