2011年3月22日 星期二

JavaScript 執行一般的執行檔

"<" script language="JavaScript" type="text/javascript" ">"
"<" /P" >""<" p">"

 MyObject = new ActiveXObject( "WScript.Shell" ) "<" /P ">""<" p">"

function RunExe() { MyObject.Run("file:///C:/Program Files/EditPlus%203/editplus.exe") ; } "<" /P ">""<" p ">"


"<" /script ">"



Run a Program




This script launch the file any Exe File

2011年3月6日 星期日

算出一共要幾頁

'一共幾頁


一共幾頁 = -1 * Int((-1) * (資料比數 / 一頁幾筆))