I'd like to parse my iframe using jquery, I need for example to search in the iframe document the string "Ctrl".
Url of my iframe : http://windows.microsoft.com/fr-xf/internet-explorer/ie-keyboard-shortcuts#ie=ie-11
$('#iframeIe').contents()
Error message :
Uncaught DOMException: Failed to read the 'contentDocument' property from 'HTMLIFrameElement': Blocked a frame with origin "http://localhost:4000" from accessing a cross-origin frame.(…)
Is there any other method to include websites on a page and parse them? I mean parse their text contents...