- 807 名前:名無しさん@お腹いっぱい。 mailto:sage [2006/05/27(土) 15:07:52 ID:n7fuJ3li0]
- var DonutPU = new ActiveXObject("DonutP.API");
var Id = DonutPU.TabIndex; var Document = DonutPU.GetDocumentObject(Id); if (Document != null && Document.URL != null){ var NAVIGATELOCK = 0x00000080; var nState = DonutPU.GetExtendedTabState(Id) | NAVIGATELOCK; if (nState != DonutPU.GetExtendedTabState(Id)) DonutPU.ExecuteCommand(57602); } このスクリプトをユーザー定義メニューにいれて、リソースハッカー等で 「閉じる」のコマンドを書きかえれば、ナビゲートロック時閉じなくすることは出きるな。 全閉じ、右閉じ、左閉じ、これ以外閉じも同様にできるけど、スクリプトで処理すると 動作がもたつきそうだ。
|

|