function DLG_SelectDate(obj) { var oldDate = obj.value; var strData = window.showModalDialog("http://classified.mainone.com/DLG/Calendar/dlg_cal.htm",oldDate,"dialogHeight: 279px; dialogWidth: 330px;edge: Raised; center: Yes; help: no; resizable: no; status: no;"); if (strData!=-1) obj.value=strData; } function SelectColor(obj) { var arr = showModalDialog("http://classified.mainone.com/DLG/Color/selcolor.html", "", "dialogWidth:18.5em; dialogHeight:17.5em; status:0; help:0"); if (arr != null) obj.value = arr; } var oldHTML = ""; var objTxt; function ShowHtmlEditor2(obj) { oldHTML = obj.value; objTxt = obj; var feature = "height=500,width=570,left=" + (window.screen.width-500)/2 + ",top=" + (window.screen.height-500)/2 + ",menubar=no,scrollbars=yes"; window.open("http://classified.mainone.com/DLG/HtmlEditor/index.htm","HtmlEditor",feature); } function GetHtmlValue() { return oldHTML; } function SetHtmlValue(str) { if(objTxt) { objTxt.value = str; } } //全选 function SelAllCheck(tabID) { var Tab = document.all(tabID); if(Tab == null ) return; var chks = Tab.all.tags("input"); if(chks == null ) return; if(chks.length) { for(i=0;i maxlimit) field.value = field.value.substring(0, maxlimit); else document.getElementById(ShowObj).value = maxlimit - field.value.length; } function ListAdd(lstAll,lstSelected,hidSelected) { for(i=lstAll.options.length-1;i>=0;i--) { if(lstAll.options[i].selected) { var find = false; for(j=0;j=0;i--) { if(lstSelected.options[i].selected) { var find = false; for(j=0;j