0
我有一個簡單的html文件。使用javascript我打開一個https鏈接作爲子窗口。 但是,如果我試圖讓任何數據說無法使用https url的子窗口訪問數據
var handler = window.open('https://abc.com','newWindow');
var title = handler.window.document.title;
然後,它拋出一個異常,說
權限遭拒,http://localhost從https://abc.com獲取屬性Window.document
誰能幫我了這個。 我真的不知道我們是否被允許獲取這樣的數據。
謝謝&最好的問候。
非常感謝.. :) – Ravish 2010-09-14 04:57:42