摘要: JavaScript中对话框的使用:1、警告对话框:带一个确定按扭。<script language=javascript>alert('对话框显示的文本');window.location='点确定按扭时跳转到的页面';</script>2、选择对话框:带确定和取消按扭。<script language='javascript'>if (confirm('对话框显示的文本'))window.location='点确定按扭时跳转到的页面';elsewindow.location= 阅读全文
posted @ 2010-10-22 10:02 小爱博客 阅读(252) 评论(0) 推荐(0)
摘要: 转载自:http://note IDsdeveloper.e800.com.cn/articles/2008/514/1210751113936_1.html本文详细描述了 note IDs,并且解释了 Domino or Notes 任务 (复制等)使用 note ID 的组件时有什么不同以及 API 程序怎么使用他们. note ID 包括如下部分: UNID (Universal Note ID) - 唯一地确定了文档(note), 不管它(note)是位于何处或所处何时.另一方面, 每个文档(note)的复本拥有相同的 UNID, 并且 UNID 不会因为文档的更改而变化. OI... 阅读全文
posted @ 2010-10-22 09:54 小爱博客 阅读(217) 评论(0) 推荐(0)