07/09/06 20:53:10 x8wQ5fOW0
>>364
つ再利用
// Toolbar button and Ctrl-F handler.
function toggleFindbar() {
if((document.getElementById('FindToolbar')).hidden == true)
gFindBar.onFindCmd();
else gFindBar.closeFindBar();
}
document.getElementById("cmd_find").setAttribute("oncommand", "toggleFindbar();");