HTMLページにiFrameを1つ含めました。
iFrameでは、1つのリンクを持ち、
<a href="#" class="modal {targetelement:'#newstyle',closetext:'Close details',opentext:'View details'}">open window</a>
親ウィンドウにリンクとポップアップ html を追加すると、正常に動作します。
しかし、iframeポップアップhtml内にリンクを追加している場合、htmlが開きません。
私の正確な要件:iframeの上のポップアップを開きます。
ポップアップ html の位置 (iframe または親ページ内) をどこにでも移動できますが、<a href="#" id="modelboxnew">open window</a>
その位置を iframe のみに変更することはできません。
これが私のポップアップです
<div id="newstyle" > xyax text ..my popup html </div>