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();
ましたが、ドキュメントとコンテンツの Windows が不明であるというエラーが表示されます :(