Bypass "leave page without saving" popup
663343Jun 25 2009 — edited Feb 11 2011I have a form with Apex's page processing. I want the data to be saved when the user presses the next or prev buttons. So I have my own AFter Submit process that handles the update conditionally when the "GET_NEXT" AND "GET_PREV" buttons are submitted. The problem is that Apex's javascript for the page processing is sending the "Are you sure you want to leave this page without saving?" popup before my code can execute.
The Get Next button is calling this URL: javascript:htmldb_goSubmit('GET_NEXT_HQSP_VERIFIED_SEQ')
Can anyone help me bypass this?
Sadly, I'm running Apex 3.0.0 (and no foreseeable upgrade date).
Thanks
Susan