エリアリンク 株価
エリアマップ上にある別窓で開くリンクをクリックした時の点線を消す方法
エリアマップ上にある別窓で開くリンクをクリックした時の点線を消す方法エリアマップ上にある別窓で開くリンクをクリックした時の点線を消す方法を教えてください。別窓で開かない場合のリンクだと下記のスクリプトにリンクすることで点線が表示されなくなったのですが、window.onload=function(){a=document.getElementsByTagName("a");for(i=0;i<a.length;i++){a[i].onfocus=function(){this.blur();}}area=document.getElementsByTagName("area");for(i=0;i<area.length;i++){area[i].onfocus=function(){this.blur();}}}別窓で開く場合のリンクでは表示されてしまいます。ちなみに、ページには下記のように記しています。<script language="JavaScript"><!--function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features);}function winOpen(winName,url,W,H){ // var WinD11=window.open(url,winName,'scrollbars=0,resizable=no,width='+W+',height='+H+''); WinD11.document.close()}//--></script>エリアマップ部分は下記のように記しています。<img src="../images/map.jpg" width="500" height="500" usemap="#map" border="0"><map name="map"><area shape="rect" coords="100,100,100,100" href="javascript:function voi(){};voi()" onClick="winOpen('','map.html',300,300)" alt="map" title="map"></map>ご教示、宜しくお願い致します。(続きを読む)
エリアマップ上にある別窓で開くリンクをクリックした時の点線を消す方法エリアマップ上にある別窓で開くリンクをクリックした時の点線を消す方法を教えてください。別窓で開かない場合のリンクだと下記のスクリプトにリンクすることで点線が表示されなくなったのですが、window.onload=function(){a=document.getElementsByTagName("a");for(i=0;i<a.length;i++){a[i].onfocus=function(){this.blur();}}area=document.getElementsByTagName("area");for(i=0;i<area.length;i++){area[i].onfocus=function(){this.blur();}}}別窓で開く場合のリンクでは表示されてしまいます。ちなみに、ページには下記のように記しています。<script language="JavaScript"><!--function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features);}function winOpen(winName,url,W,H){ // var WinD11=window.open(url,winName,'scrollbars=0,resizable=no,width='+W+',height='+H+''); WinD11.document.close()}//--></script>エリアマップ部分は下記のように記しています。<img src="../images/map.jpg" width="500" height="500" usemap="#map" border="0"><map name="map"><area shape="rect" coords="100,100,100,100" href="javascript:function voi(){};voi()" onClick="winOpen('','map.html',300,300)" alt="map" title="map"></map>ご教示、宜しくお願い致します。(続きを読む)
カテゴリ: 未分類