01/10/28 23:28 6t3mB0g1
<HTML>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<SCRIPT type="text/javascript"><!--
//親ウインドウオブジェクト取得
var parentwin = external.menuArguments;
//現在開いているURL取得
var parenturl = parentwin.location;
//選択文字取得
var lookupword = parentwin.document.selection.createRange().text;
var elm = parentwin.event.srcElement;
while(elm.tagName != "A"){
if(elm.tagName == "BODY")break;
elm = elm.parentElement;
}
var href = '';
if(elm.tagName == "A")href = elm.href;
//ウインドウ開く
var openurl = location.pathname.replace(/\//,'').replace(/\.htt/i,'.htm');
openurl = openurl + "?href=" + href + "&purl=" + parenturl + "&word=" + lookupword;
parentwin.open(openurl,"","scrollbars=yes,resizable=yes,width=310,height=250");
//-->
</SCRIPT></HTML>