'### 93.07.05 ben ### '### 設定右鍵無法顯示功能選單 ### '### 在 標籤裡需有呼叫此函數的script '### oncontextmenu="of_setcontextmenu()" Sub of_setcontextmenu() 'window.event.returnValue = true '不鎖 window.event.returnValue = false End Sub '### 93.07.06 ben ### '### 在 f_left.jsp 及 f_head.jsp 的 body onunload 事件裡呼叫的函數 '### 把session 設成空白,並回到首頁 Sub of_unload() window.parent.Main.location.href = "relogin.jsp" End Sub