※右クリックブラクラチェッカー※at HP
※右クリックブラクラチェッカー※ - 暇つぶし2ch722:Name_Not_Found
04/02/07 04:01
>721
rlaunch.htt から showReadme() って奴を見つけて
下のように書き直してみてください

function showReadme(){
var str = new String(document.location);
str = str.replace(/rlaunch\.htt/, "readme.txt");
str = str.replace("file:///", "");
str = str.replace("/", "\\");
var WshShell = new ActiveXObject("WScript.Shell");
//↓この行だけ変更
WshShell.Run('rundll32.exe url,FileProtocolHandler "' + unescape(str) + '"');
}

どうでしょか?


次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch