dim db as notesdatabase'notes database object
dim doc as notesdocument'notes document object
set db = session.currentdatabase'define currently opened database
set doc = db.createdocument()'create new document in current database
doc.form = "form_name"'related form name of the new document
doc.field = "field_value"'field value in the new document
call doc.computewithform(false, false)'compute all computed field in form of the doc
call doc.save(true, true)'save the change above in the doc
包含代理表单在每个网页的上面包含代理表单以便修改
移除脚本
移除客户端脚本文件(i.e. Javascript)
允许Cookies
接受 HTTP cookies
显示图片
显示图片
显示提交
在网页上显示相关提交所作出的更改
Rotate13编码
在URL上使用rotate13编码
64位编码
在URL上使用64位的编码
隐藏Meta标签
隐藏网页Meta标签
隐藏标题
隐藏网站标题
会话Cookies
只存储这个对话的Cookies
新窗口
打开一个新的网页窗口
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)