- 822 名前:807 mailto:sage [2006/05/27(土) 21:09:47 ID:n7fuJ3li0]
- 需要があるかどうか疑問だが全閉じものせとく
var DonutPU = new ActiveXObject("DonutP.API"); var Id = DonutPU.TabIndex; var Document = DonutPU.GetDocumentObject(Id); if (Document != null){ var NAVIGATELOCK = 0x00000080; var cId = 0; var nState; do{ nState = DonutPU.GetExtendedTabState(cId) | NAVIGATELOCK; if (nState != DonutPU.GetExtendedTabState(cId)){ DonutPU.Close(cId) } else{ cId++; } }while(cId != DonutPU.GetTabCount()); }
|

|