03 2010 档案

js 动态表格举例
摘要: var i=0 function drawTable(tableId) { var table=eval(tableId); var newCell=table.rows[0].insertCell(); newCell.innerHTML='<input type="text" name="t'+(++i)+'">' alert("又加了一列!") } //-->...阅读全文

posted @ 2010-03-17 11:40 曾传灼 阅读(104) | 评论 (2) 编辑

Saved search in customer center on tab
摘要: If you are using the NetSuite customer center or My Account if you are using Ecommerce, you have the ability to post different search results to customers. If you wanted to have a list of items that w...阅读全文

posted @ 2010-03-14 20:23 曾传灼 阅读(117) | 评论 (0) 编辑

Netsuite 中 js 扫描枪应用 解读一
摘要: function Syncdepartment(fieldspec, linenum, onlySlaveSelect, mach, addlparams) { var sel = document.forms['item_form'].elements['department'+linenum]; var value = sel != null ? getSelectValue(sel) ...阅读全文

posted @ 2010-03-03 12:05 曾传灼 阅读(197) | 评论 (0) 编辑