こんにちは、ポップアップ ウィンドウに 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 またはオブジェクトではありません: callback async[i]...FIX :)