diff --git a/common/js/xml_handler.js b/common/js/xml_handler.js index b0f90000e..2804ec731 100644 --- a/common/js/xml_handler.js +++ b/common/js/xml_handler.js @@ -307,11 +307,11 @@ function send_by_form(url, params) { var form_id = 'xeVirtualForm'; if (!$('#'+frame_id).length) { - $(''.replace(/%id%/g, frame_id)).appendTo(document.body); } $('#'+form_id).remove(); - var form = $('
'.replace(/%id%/g, form_id)).attr({ + var form = $('
'.replace(/%id%/g, form_id)).attr({ 'id' : form_id, 'method' : 'post', 'action' : url,