function sendRequest() { tinyMCE.triggerSave(); var oForm = document.forms[0]; var sBody = getRequestBody(oForm); ... }