0
如何我可以在我main.js獲取此輸入元素的值:獲得價值
<input type="hidden" value="12124054" id="ctl00_cphContent_hdnID" name="ctl00$cphContent$hdnID">
我試圖var id = document.getElementById("ctl00_cphContent_hdnPlayerID").value;
和contentWindow.document.getElementById("ctl00_cphContent_hdnPlayerID").focus();
但我得到該文檔的錯誤和contentWindows是不明的:(
但我需要知道確切的網址,所以我可以「請求」的頁面在main.js第一個[link](http://stackoverflow.com/questions/12817586/firefox-extension-內容腳本拒絕對負載)! – Alexandros
你能解釋一下嗎? – Alexandros