2011年8月4日 星期四

在Lotus Notes 的web 中,取得資料庫路徑的方法有兩種【較常用的方法】,複雜的就不說了。
1.url:
var pathname = (window.location.pathname);
var dbpath=pathname.substring(0,(pathname.toLowerCase().lastIndexOf('.nsf')+5));
如果網址為→http://Test.com.tw/test01/test.nsf/testForm?OpenForm
那印出的值為→【/test01/test.nsf/】
2.用javascript設定常數:
<已計算完值>裡面的公式為→@WebDbName
這樣在javascript 裡直接取_CurrentDBName值就可以了

沒有留言:

張貼留言