★委員長にひとこと言うスレ★

このエントリーをはてなブックマークに追加
73名無しさん@お腹いっぱい。
これを Header.html の <dl> の前に書く

<span id="murl" style="visible:hidden;">&MODULEPATH</span>
<input type="button" value="検索" style="left:expression(body.scrollLeft+document.body.clientWidth-50);top:expression(body.scrollTop);
position:absolute;filter: Alpha(opacity=30);" onmouseover="this.style.filter='Alpha(opacity=100)';" onmouseout="this.style.filter='Alpha(opacity=30)';" onclick="window.open(murl.innerText+'find.vbs');">

次に

Set Shell = CreateObject("WScript.Shell")
Shell.SendKeys "^f"
Set Shell = Nothing

これをテキストエディタにコピーし find.vbs という名前で skin\module の下に保存