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.
Firebug コンソールで実行できる操作スクリプトがありますが、html ボタンを使用して起動したいと考えています。
どうすればいいですか?
他のフレームからプロパティにアクセスしたい場合は、同様のパターンでアクセスできます。
// This is our frame 1 function doSomething() { // ... } // This is our frame 2 parent.frames[0].doSomething();