摘要:
<script language="javascript">var i = 0,j = 0; //行号与列号var oNewRow,oNewRow2,oNewRow3; //定义插入行对象var oNewCell1,oNewCell2,oNewCell3; //定义插入列对象//添加条件行function AddRow(){i = document.all.MyTable.rows.length;oNewRow = document.all.MyTable.insertRow(i);oNewRow.id = j;oNewRow2 = document.all.M 阅读全文
摘要:
Domino系统中B/S下附件链接的处理方法B/S下Domino系统自带的附件链接都放在页面的最下面,给整个页面的排版、布局带来影响。解决办法:在B/S下,一般附件的处理方法是,在表单上加域$V2AttachmentOptions,设置其值为0,从而隐藏系统默认的附件链接,然后象下面这样自己写链接一、只读情况下的链接CODE:thisDb:=@ReplaceSubstring(@ReplaceSubstring(@Subset(@DbName;-1);" ";"+");"\\";"/");@If(@Attachme 阅读全文