摘要: function fn_clickFile() { $("#fileUploadLogo").click(); var filePath = $("#fileUploadLogo").val(); $("#txtFilePath").val(filePath); } //上传临时文件 function UploadTempLogo() { __doPostBack('liBtnUplodLogo', ''); } private static string fileUploadLogoValue = s 阅读全文
posted @ 2013-09-05 14:58 Mancy 阅读(232) 评论(0) 推荐(0) 编辑
摘要: function errorHandler(response, ignoreError){var regJsonIndex = /^\[.*?\]$/;var regJsonAssoc = /^\{.*?\}$/;if('object' == typeof(response) || regJsonIndex.test(response) || regJsonAssoc.test(response)){var dataObject = null;if('object' == typeof(response)){dataObject = response;}else 阅读全文
posted @ 2013-09-05 12:51 Mancy 阅读(170) 评论(0) 推荐(0) 编辑
摘要: "style="padding:5px">"> " method="post"> 控件类型: 控件名称: 控件描述: "> " method="post"> 控件类型: 控件名称:" value=""> " data-options="required:true,validType:'length[2,32]'"> 控件描述: " data-option... 阅读全文
posted @ 2013-09-05 12:48 Mancy 阅读(229) 评论(0) 推荐(0) 编辑