我有,我有以下代碼的iframe:調用父函數與iframe與Firefox
$(document).ready(function(){
$('.checksum').click(function(){
window.parent.Clickarunsuministro($(this).val());
})
})
當你點擊.checksum
,我想調用父功能。它完美地在Chrome和IE,但不能在Firefox。
出現的錯誤是:
Permission denied to access property 'Clickarunsuministro'
任何想法的問題可能是什麼?
是您在同一個域作爲父iframe中,你是在本地運行的應用程序 –
你可以嘗試初始化後,通過對象的子窗口 –