我在saleforce頁面上有一個iframe,我需要禁用iframe中的鼠標點擊。這可能嗎?如何在salesforce中的iframe中禁用鼠標點擊?
這裏是我的代碼
<apex:page id="peprtgdash">
<apex:form >
<iframe height="900px" id="pedash" name="pedash" src="http://www.site.com" width="100%" scrolling="false"></iframe>
</apex:form>
</apex:page>
site.com是不實際的SRC它只是我投入到沒有我的信息是在那裏。
也許頂部是一個透明的'div'? –