我正在尝试从我的网站输入一个值到iframe中加载的另一个网站。 例如,我在我的iframe中加载了gmail.com,我需要从我的网站输入登录凭据。
var iframe = document.getElementById('content_frame');
var doc = iframe.contentDocument || iframe.contentWindow.document;
var elem = document.getElementById('userEmail');
执行第二行时,我收到了以下错误
SecurityError: Permission denied to access property "document" on cross-origin object