Preventing form submission on refresh
I have a master schedule page that shows if Patients have arrived, paid, cancelled, etc. On this page, I have a control that allows staff to schedule appointments. All appointments have a link to a popup that allows staff to modify appt details. When these details have been modified, I close the popup window and refresh the master schedule so the changes are reflected. The problem is when staff enters an appt, clicks on an appt to modify details, and then closes the popup, it tries to reschedule the appt when refreshing the main page. Is there a way, after I schedule an appt, to clear the response object so a refresh will no longer submit the form?
|