一連の iframe と外部ファイルをモーダル ウィンドウで開くホームページがあります。
私の構造はこれに似ています
<a href="page1.html" class="fancybox inframe">Page 1</a>
<a href="page2.html" class="fancybox inframe">Page 2</a>
<a href="page3.html#2" class="fancybox inframe">EXAMPLE PAGE</a>
<a href="page3.html#6" class="fancybox inframe">Page 4</a>
一部のリンクは、指定されたパネルを直接指している場合もあります。
Fancybox はhttp://domain.com/page3.html#2の形式で URL を生成 します。ブラウザに直接入力してそのページにアクセスすると、homepage.html にリダイレクトして、対応する fancybox を開きます。
どうすればこれを達成できますか?
ありがとうございました。