I have multiple iframes in a page .The inner most one has a jquery attached to it.I need to call a function from the inner most iframe when the page submits.The script i am using now is not intiating the call.
$(iframe).parents('form').submit(function() {
disableDesignMode(iframe, true);
});
Any help is very much appreciated.