//地址跳转 function go_url(_m){ var url="./"+_m+".htm"; window.location.href=url; return true; } //输出表单html function trans_html_input(obj_input){ var html=""; for(var i=0;i'; html+='
'; var arr_tmp=obj_input[i].op.split("|"); for(var j=0;j= 4 )){ xposition = (screen.width - width) / 2; yposition = (screen.height - height) / 2; } theproperty= "width=" + width + "," + "height=" + height + "," + "location=0," + "menubar=0," + "resizable=1," + "scrollbars=yes," + "status=0," + "titlebar=0," + "toolbar=0," + "hotkeys=0," + "screenx=" + xposition + "," //仅适用于Netscape + "screeny=" + yposition + "," //仅适用于Netscape + "left=" + xposition + "," //IE + "top=" + yposition; //IE window.open( url,winName,theproperty ); } function deel_0(str,str1){ str=(str==0)?str1:str; return str; }