use postMessage to send cross-domain messages,
window.postMessage ("hello there messages, location.protocol +" / a.b.com")
;
but the following error was reported:
Failed to execute "postMessage" on "DOMWindow": The target origin provided ("http://a.b.com") does not match the recipient window"s origin ("http://c.e.com")
what is the reason, please?