Defect #46
Get rid of the use of EVAL() to trigger the callback method
Start date:
06/27/2010
Due date:
% Done:
100%
Estimated time:
Browser (if web client):
Description
Make it so that it uses the forms[formName][methodname]() syntax. It's more secure.
History
Updated by Robert Ivens over 14 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Changed the callback.method property into the following 2 properties:
- callback.methodFormName
- callback.methodName
Where you can leave the methodFormName empty if you want to trigger a global method.