JS中得到.nsf库 数据库路径
var pathname = (window.location.pathname);??var dbpath = pathname.substring(0,(pathname.lastIndexOf('.nsf')+5));