我正在嘗試檢索iframe中的任何點擊的URL,而無需修改鏈接代碼。我的目標是獲取用戶在iframe正文外部的iframe中單擊的URL。我已經試過如下:如何在Iframe中點擊任何鏈接時獲取網址?
document.write(location.href);
document.write(window.location.href);
document.write(window.location);
document.write(document.URL);
document.write(document.location);
你在哪裏寫了這個,它應該在作爲你的iframe源代碼的頁面主體 –
我無法修改進入iframe的內容,它仍然有可能嗎? – user2714639