08/07/28 20:07:14 3LsyJjQR0
>>194
レスありがとうございます。
ReadMe,txtに以下のような記述が有るのですが
jsa_execIE();
function jsa_execIE(){
var iePath = "C:\\hogehoge\\GetTextOperaLClick.exe";
var sText = window.getSelection().toString();
sText = _jsaCScript.convertCharCodeFrom(sText,"shift_jis");
_jsaCScript.exec(iePath, sText);
}
これを何処に書き込めば良いのでしょうか?