kristie ann
02-20-2004, 11:33 AM
Hey,
I have a form that when submitted will update fields in a database. I also have a cancel button that should close the form so that no updates are made to the database.
The problem I am having is that when I click the cancel button the form is still submitted and the updates are made.
On the onclick of the Cancel button I have the following self.close()
I have a form that when submitted will update fields in a database. I also have a cancel button that should close the form so that no updates are made to the database.
The problem I am having is that when I click the cancel button the form is still submitted and the updates are made.
On the onclick of the Cancel button I have the following self.close()