G
gmandujano
Guest
I'm having a bit of trouble with this -- I have a function in the Object > Page Properties > HTML Event Handlers > onsubmit() field. This function is getting triggered when the user presses "Cancel" and "Save." How do I prevent the function from being executed when the user presses "Cancel"? Here's the function in onsubmit: savePickUp(function() { rbf_growlInfo("Testing", "onsubmit triggered"); }); where "savePickUp" is a function defined in a custom script on the page.
Continue reading...
Continue reading...