I\'m displaying certain records in an editable table. The user when attempts to reload the table while editing a record a pop up comes warning the record about the unsaved data.
I solved this, and sent data as only GET instead of POST,
It my not suit all needs but it works....
I was also using location.reload();