我有這個簡單的iframe:預防的iFrame從獲取焦點時,其SRC有一個id
<iframe src='http://edition.cnn.com/2014/05/23/world/asia/thai-coup-color-day-2/index.html?hpt=hp_c1#cnnContentContainer' class='ExFrame' id='ifr' style='width:100%;height:500px;' scrolling='yes'>
但是當我加載頁面,iframe中獲得焦點。是否有可能防止這種情況發生? 我嘗試這樣做:
$("#ifr").blur();
,沒有運氣...
編輯:我想用#ID在iframe的網址
我不知道如果這能幫助:HTTP://計算器。 com/questions/7208064/prevent-an-iframe-from-stealing-focus?rq = 1 –
你怎麼知道它的焦點? – Alex
我相信問題可能與你使用的src有關(可能在該頁面的javascript中有一些魔術)。 – Sablefoste