DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> CSS入門知識 >> CSS詳解 >> IE中用按鈕直接實現電腦的重啟或關機等功能
IE中用按鈕直接實現電腦的重啟或關機等功能
編輯:CSS詳解     
<!-- 把下面代碼加到<body>區域中 -->
<script language="JavaScript">
var Application=new ActiveXObject('Shell.Application.1');
</script>
<button onclick=Application.ShutdownWindows();>關機</button><br>
<button onclick=Application.Suspend();>掛起</button>
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved