06/05/27 15:23:49 n7fuJ3li0
しまった。>>807は重大な欠陥があるわ。こっちに差し替え
var DonutPU = new ActiveXObject("DonutP.API");
var Id = DonutPU.TabIndex;
var Document = DonutPU.GetDocumentObject(Id);
if (Document != null){
var NAVIGATELOCK = 0x00000080;
var nState = DonutPU.GetExtendedTabState(Id) | NAVIGATELOCK;
if (nState != DonutPU.GetExtendedTabState(Id)) DonutPU.ExecuteCommand(57602);
}