I need to disable the form
Success Message:
I'm using the following syntax to load a record in a frame:
<a href="http://creator.zoho.com/ensobase/home/Deals/record-edit/All_Deals/(ID)/" target="ltarget">Address:</a>
This URL syntax properly targets the frame with the designated record ready for edit.
However, when I save the form I get the form Success Message:
The real problem is that the Success Message from the following URL breaks out of the frame and renders in the TOP-PARENT window.
http://creator.zoho.com/appcreator/jsp/successpage.jsp?success=Data updated Successfully!
So this simple success message has taken control of the entire application's UI!