小窓を設置しましたが |
- 日時: 2005/06/01 12:52
- 識別: IDywl/hFC7wrE
- 名前: tro
- ひとつのページに小窓を複数設置しました。
小窓は表示されますが、 小窓にはりつけたリンクが新しいウィンドウに表示されずに 小窓に表示されてしまいます。 初歩的な質問ですが、調べてもどうしてもわかりませんでした。 すいません、よろしくお願いします。
<SCRIPT language="JavaScript"> <!-- function mado1(){ window.open("***.htm","new","width=530,height=400"); } function mado2(){ window.open("***.htm","new","width=700,height=500"); } function mado3(){ window.open("***.htm","new","width=730,height=535"); } function mado4(){ window.open("***.htm","new","width=547,height=406"); } // --> </SCRIPT> <DIV style="top : 13px;left : 16px; position : absolute; z-index : 1; " id="Layer1"><A href="javascript:mado1()"><IMG src="***.jpg" width="90" height="60" border="0"></A></DIV> <DIV style="top : 13px;left : 112px; position : absolute; z-index : 2; visibility : visible; " id="Layer2"><A href="javascript:mado2()"><IMG src="***.jpg" width="90" height="60" border="0"></A></DIV> <DIV style="top : 13px;left : 208px; position : absolute; z-index : 3; visibility : visible; " id="Layer3"><A href="javascript:mado3()"><IMG src="***.jpg" width="90" height="60" border="0"></A></DIV> <DIV style="top : 13px;left : 303px; position : absolute; z-index : 4; " id="Layer4"><A href="javascript:mado4()"><IMG src="***.jpg" width="90" height="60" border="0"></A></DIV> <DIV style="top : 13px;left : 398px; position : absolute; z-index : 5; " id="Layer5"><IMG src="***.jpg" width="90" height="60" border="0"></DIV> <DIV style="width : 41px;height : 12px;top : 23p
1000
x;left : 23px; position : absolute; z-index : 6; " id="Layer6"><FONT color="#000000" size="1">***.</FONT></DIV> <DIV style="width : 57px;height : 10px;top : 59px;left : 117px; position : absolute; z-index : 7; " id="Layer7"><FONT size="1">***</FONT></DIV> <DIV style="width : 34px;height : 10px;top : 59px;left : 214px; position : absolute; z-index : 8; " id="Layer8"><FONT size="1">***</FONT></DIV> <DIV style="width : 51px;height : 13px;top : 59px;left : 309px; position : absolute; z-index : 9; " id="Layer9"><FONT size="1">***</FONT></DIV> <DIV style="width : 65px;height : 11px;top : 58px;left : 402px; position : absolute; z-index : 10; " id="Layer10"><FONT size="1">***</FONT></DIV>
| |