嗨,我在弹出窗口中有 iframe 标签。在 iframe 中正在加载另一个页面。如果在下面的代码中使用,我将无法加载 spurce 页面。
enter code here<iframe id="Iframe1" width="802" height="500">
<script type="text/javascript">
$(function () {
document.getElementById("testframe").src = "SelectMembers.aspx";
});
</script>
</iframe>
或者
如果在下面的代码中使用,则会收到此错误。'__pendingCallbacks[...].async' 为 null 或不是对象:回调 async[i]...FIX :)