Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iframe 内で編集モードが有効になっているコンテンツで構成される htmlarea に基づく RTE エディターがあります。問題は、エディターにフォーカスを自動的に移動する方法です。
idのIFRAMEはmyRTE次のとおりです。
id
IFRAME
myRTE
var iframe = document.getElementById("myRTE"); if ( iframe && iframe.contentWindow ) iframe.contentWindow.focus();