I"X(function() { window.onerror = function(message, file_or_page, line_number) { var error_info, form, xhr; xhr = null; error_info = null; form = null; form = new FormData; form.append('message', message); form.append('file_or_page', file_or_page); form.append('line_number', line_number); form.append('user_agent', navigator.userAgent); form.append('current_page', window.location.href); if (xhr != null) { xhr.abort(); } xhr = new XMLHttpRequest; xhr.open('POST', 'tes', true); xhr.send(form); return false; }; }).call(this); :ET