摘要: js: function Save()//保存不是服务端控件的值 { var 1= document.getElementById('1Box').value; var 2 = document.getElementById('2Box').value; var TxtValue = 1 + "■" + 2; document.getElementById('3).value = TxtValue; return true; } wind... 阅读全文
posted @ 2011-10-21 09:13 刘昊天 阅读(516) 评论(4) 推荐(0)