阅读:11636回复:16
问题又来了...怎么我的问题这么多!网页显示不全...上MOP里的大杂烩也有�...
两张图片对比下,为什么在FX里不能显示?????
下面是找的一段代码,不知找得对不对... <FORM onSubmit="submitupfile(); document.forms[0].submit(); "><script language="javascript"> var lpath = document.location.href; var lplace = lpath.lastIndexOf(".nsf/"); lplace=lplace+5; var nsfpath = lpath.substring(0, lplace); document.write("<body onLoad='fix()'onScroll='fix()' onResize='fix()'>");document.write("<span id='bar' style='position:absolute; left:6px; top:455px; width:100%; height:23px; zIndex:9'>");document.all.bar.style.visibility='hidden';document.write("<table border='2' width='100%' height='13' bordercolor='#FFFFFF'>");document.write("<td width='100%' height='13' bgcolor='#E0F2FF' >");document.write("<a href='javascript:closedoc()'><img border='0' align='middle' src="+nsfpath+"关闭.jpg width='79' height='31' style='cursor:hand'>");document.write("<a href='javascript:writeidea()'><img border='0' align='middle' src="+nsfpath+"填写处理意见.jpg width='126' height='31' style='cursor:hand'>");document.write("<a href='javascript:zhuanfa()'><img border='0' align='middle' src="+nsfpath+"转发.jpg width='63' height='31' style='cursor:hand'>");document.write("<a href='javascript:submitdoc()'><img border='0' align='middle' src="+nsfpath+"提交下一处理.jpg width='128' height='31' style='cursor:hand'>");document.write("<a href='javascript:viewflowlog()'><img border='0' align='middle' src="+nsfpath+"流程跟踪.jpg width='99' height='31' style='cursor:hand'>");document.write("<a href='javascript:readlog()'><img border='0' align='middle' src="+nsfpath+"阅文记录.jpg width='99' height='31' style='cursor:hand'>");document.write("<a href='javascript:banlixinxi()'><img border='0' align='middle' src="+nsfpath+"办理信息.jpg width='77' height='31' style='cursor:hand'>");document.write("<a href='javascript:dayin()'><img border='0' align='middle' src="+nsfpath+"打印文件.jpg width='96' height='31' style='cursor:hand'>");document.write("</td>");document.write("</table>");document.write("</span>");//在页面拖动时不断调整操作条的位置使其保持在最上方。 ![]() ![]() |
|
1楼#
发布于:2005-06-19 14:41
....
|
|
2楼#
发布于:2005-06-19 14:41
关闭---填写处理意见----转发---提交下一处理-----流程跟踪.....
这行完全不能显示! |
|
3楼#
发布于:2005-06-19 14:41
Re: 问题又来了...怎么我的问题这么多!网页显示不全...上MOP里的大杂烩也
bluemoodiness:两张图片对比下,为什么在FX里不能显示????? 十分怀疑写上面的代码的是否是"人"类. ![]() |
|
4楼#
发布于:2005-06-19 14:41
应该不是保持工具条的关键代码,这里
onLoad='fix()'onScroll='fix()' onResize='fix()' 找fix函数 |
|
5楼#
发布于:2005-06-19 14:41
回家了.明天再找那个fix函数.
声明哦..我不懂写代码,看着上面的代码就头晕,天书!!! |
|
6楼#
发布于:2005-06-19 14:41
src="+nsfpath+"关闭.jpg
一看这种就知道很业余。。。 关闭.jpg 强悍的。。。 |
|
7楼#
发布于:2005-06-19 14:41
整理了一下。这样看的清楚一点了。。
<FORM onSubmit="submitupfile(); document.forms[0].submit();"> <script language="javascript"> var lpath = document.location.href; var lplace = lpath.lastIndexOf(".nsf/"); lplace=lplace+5; var nsfpath = lpath.substring(0, lplace); document.write("<body onLoad='fix()'onScroll='fix()' onResize='fix()'>"); document.write("<span id='bar' style='position:absolute; left:6px; top:455px; width:100%; height:23px; zIndex:9'>"); document.all.bar.style.visibility='hidden'; document.write("<table border='2' width='100%' height='13' bordercolor='#FFFFFF'>"); document.write("<td width='100%' height='13' bgcolor='#E0F2FF' >"); document.write("<a href='javascript:closedoc()'><img border='0' align='middle' src="+nsfpath+"关闭.jpg width='79' height='31' style='cursor:hand'>"); document.write("<a href='javascript:writeidea()'><img border='0' align='middle' src="+nsfpath+"填写处理意见.jpg width='126' height='31' style='cursor:hand'>"); document.write("<a href='javascript:zhuanfa()'><img border='0' align='middle' src="+nsfpath+"转发.jpg width='63' height='31' style='cursor:hand'>"); document.write("<a href='javascript:submitdoc()'><img border='0' align='middle' src="+nsfpath+"提交下一处理.jpg width='128' height='31' style='cursor:hand'>"); document.write("<a href='javascript:viewflowlog()'><img border='0' align='middle' src="+nsfpath+"流程跟踪.jpg width='99' height='31' style='cursor:hand'>"); document.write("<a href='javascript:readlog()'><img border='0' align='middle' src="+nsfpath+"阅文记录.jpg width='99' height='31' style='cursor:hand'>"); document.write("<a href='javascript:banlixinxi()'><img border='0' align='middle' src="+nsfpath+"办理信息.jpg width='77' height='31' style='cursor:hand'>"); document.write("<a href='javascript:dayin()'><img border='0' align='middle' src="+nsfpath+"打印文件.jpg width='96' height='31' style='cursor:hand'>"); document.write("</td>");document.write("< /table>");document.write("</span>");//在页面拖动时不断调整操作条的位置使其保持在最上方。 |
|
8楼#
发布于:2005-06-19 14:41
|
|
|
9楼#
发布于:2005-06-19 14:41
|
|
10楼#
发布于:2005-06-19 14:41
对这些东西不是很懂,看来还要去学习一些网页代码
|
|
11楼#
发布于:2005-06-19 14:41
各位老狐狸好,我找不到FIX那个函数,只好把网页的全部代码贴上来,其中略有删减,相信不影响阅读。。看一下究竟是什么原因。谢谢!
<HTML> <HEAD> <TITLE>部门收文</TITLE><style> .a{ font-tyle:normal; font-size:9pt; font-weight:normal;border-style:groove;border-width:thin}</style><META HTTP-EQUIV='Expires' CONTENT='0'> <SCRIPT LANGUAGE="JavaScript"> <!-- //子窗口句柄。 var childwindow = null; function dayinwenjian() { for(i=0; i<document.all.length; i++) { if(document.all(i).tagName=="BASE"){ var Body = document.all.outerHTML; break; } } var tmp=new String(Body); var body = tmp.substring(6,tmp.indexOf("id=end")-3); //正文 var thisform=document.forms[0]; var fso = new ActiveXObject("Scripting.FileSystemObject"); var tf = fso.CreateTextFile("c:\\部门传真收文.doc", true); tf.WriteLine("<html>"); tf.WriteLine("<head>"); tf.WriteLine("<title>"); tf.WriteLine(thisform.FileType.value); tf.WriteLine("</title>"); tf.WriteLine("<body>"); tf.WriteLine('<p align="center"><font size="5" face="楷体_GB2312"><b>'+thisform.FlTitle.value+'</b></font></p>'); if(document.all.FlNameSerial!=null){ tf.WriteLine('<p align="center"><font size="3" face="宋体">'+document.all.FlNameSerial.innerHTML+'</font></p>');} tf.WriteLine('<table border="0" width="100%" cellspacing="1" height="25">'); tf.WriteLine('<tr><td width="16%" height="1">'); tf.WriteLine('<p align="center"><font face="宋体" size="3">发文单位:</font>'); tf.WriteLine('<td width="52%" height="1">'+thisform.FlOrgName.value); tf.WriteLine('<td width="16%" height="1"><p align="center">领导签发:'); tf.WriteLine('<td width="16%" height="1">'+thisform.LeaderSign.value+'</tr></table>'); tf.WriteLine('<hr color="#000000" size="1">'); tf.WriteLine('<table border="0" width="100%" cellspacing="1" height="25"><tr>'); tf.WriteLine('<td width="16%" height="1"><p align="center"><font size="3" face="宋体">拟 稿 人:</font>'); tf.WriteLine('<td width="52%" height="1"><font face="宋体" size="3">'+thisform.FlCopyWriter.value+'</font>'); tf.WriteLine('<td width="16%" height="1"><p align="center"><font face="宋体" size="3">总 页 数:</font>'); tf.WriteLine('<td width="16%" height="1"></tr></table>'); tf.WriteLine('<table border="0" width="100%" cellspacing="1" height="25"><tr>'); tf.WriteLine('<td width="16%" height="1"><p align="center"><font face="宋体" size="3">核 稿 人:</font>'); tf.WriteLine('<td width="52%" height="1">'+thisform.Verifyer.value); tf.WriteLine('<td width="16%" height="1"><p align="center"><font face="宋体" size="3">联系电话:</font>'); tf.WriteLine('<td width="16%" height="1"><font face="宋体" size="3">'+thisform.FlPhoneNumber.value+'</font></tr></table>'); tf.WriteLine('<table border="0" width="100%" cellspacing="1" height="25"><tr><td width="16%" height="1">'); tf.WriteLine('<p align="center"><font size="3" face="宋体">拟稿部门:</font><td width="52%" height="1"><font size="3" face="宋体">'+thisform.CopyWriterDept_1.value+'</font>'); tf.WriteLine('<td width="16%" height="1"><p align="center"><font size="3" face="宋体">传真号码:</font><td width="16%" height="1"><font size="3" face="宋体">'+thisform.FlFaxNumber.value+'</font>'); tf.WriteLine('</tr></table><hr color="#000000" size="1">'); tf.WriteLine('<table border="0" width="100%" cellspacing="1" height="25"><tr><td width="16%" height="1">'); tf.WriteLine('<p align="center"><font size="3" face="宋体">发送单位:</font><td width="84%" height="1"><font face="宋体" size="3">'+thisform.FlMainSend.value+'</font></tr></table>'); tf.WriteLine('<table border="0" width="100%" cellspacing="1" height="25"><tr><td width="16%" height="1">'); tf.WriteLine('<p align="center"><font size="3" face="宋体">抄&&& 送:</font><td width="84%" height="1">'); tf.WriteLine('<font size="3" face="宋体">'+thisform.FlCopySend.value+'</font></tr></table><hr color="#000000" size="1">'); tf.WriteLine('<table border="0" width="100%" cellspacing="1" height="25"><tr><td width="16%" height="1">'); tf.WriteLine('<p align="center"><font size="3" face="宋体">事&&& 由:</font><td width="84%" height="1">'); tf.WriteLine('<font size="3" face="宋体">'+thisform.FlSubject.value+'</font></tr></table><hr color="#000000" size="1">'); tf.WriteLine(body); tf.WriteLine('<hr color="#000000" size="1">'); tf.WriteLine('<table border="0" width="100%" cellspacing="1" height="25"><tr><td width="16%" height="1">'); tf.WriteLine('<p align="center"><font size="3" face="宋体">发出时间:</font><td width="39%" height="1">'); tf.WriteLine('<font face="宋体" size="3">'+thisform.FlSendTime.value+'</font><td width="45%" height="1"><font face="宋体" size="3">'+thisform.FlSignOrg.value+'</font></tr></table>'); tf.WriteLine('<hr color="#000000" size="1"><p align="left"><font face="宋体" size="3">附件:</font></p><p><font face="宋体" size="3"></font></p>'); if(thisform.Abody.value==""){ tf.WriteLine('<p align="left" ></p>')}else{ tf.WriteLine('<p align="left" >'+thisform.Abody.value+'</p>')} tf.WriteLine("</body>"); tf.WriteLine("</html>"); tf.Close(); //2002-11-27 Lcy 日增加 开始 var WordObject = new ActiveXObject("Word.Application"); WordDoc=WordObject.Documents.Open ("c:\\部门传真收文.doc"); WordDoc.ShowRevisions=false; WordDoc.PrintRevisions=false; WordObject.Visible = true; WordObject.Activate(); if (WordObject.ActiveWindow.View.SplitSpecial == 0){ WordObject.ActiveWindow.ActivePane.View.Type = 3 WordObject.ActiveWindow.ActivePane.View.Zoom.Percentage = 100 }else{ WordObject.ActiveWindow.View.Type = 3 WordObject.ActiveWindow.View.Zoom.Percentage = 100 } //2002-11-27 Lcy 日增加 结束 } function downcomplete() { docmodel=getfilename(); var thisform = document.forms[0]; if(thisform.srcDocUNID.value==""){downfile=""}else{ downfile= thisform.srcDocUNID.value+".doc";} var fso = new ActiveXObject("Scripting.FileSystemObject"); var tfolder,TemporaryFolder = 2; tfolder = fso.GetSpecialFolder(TemporaryFolder); var fc = new Enumerator(tfolder.SubFolders); for (;!fc.atEnd(); fc.moveNext()) { if(fc.item().Name=="DownloadFiles") { var tmpfolder=fc.item(); var WordObject = new ActiveXObject("Word.Application"); var srcfile=fso.GetFile(tmpfolder.ParentFolder+"\\"+tmpfolder.Name+"\\"+docmodel); var dstfile=tmpfolder.ParentFolder+"\\"+tmpfolder.Name+"\\file"+Math.random()+docmodel; srcfile.Copy(dstfile); var WordDoc=WordObject.Documents.Open(dstfile); WordDoc.Bookmarks("FileCode").Select(); WordObject.Selection.TypeText(thisform.FlNameSerial.value); WordDoc.Bookmarks("Title").Select(); WordObject.Selection.TypeText(thisform.FlSubject.value); WordDoc.Bookmarks("MainSend").Select(); WordObject.Selection.TypeText(thisform.FlMainSend.value); WordDoc.Bookmarks("CopySend").Select(); WordObject.Selection.TypeText(thisform.FlCopySend.value); WordDoc.Bookmarks("DraftDept").Select(); WordObject.Selection.TypeText(thisform.CopyWriterDept_1.value); WordDoc.Bookmarks("Drafter").Select(); WordObject.Selection.TypeText(thisform.FlCopyWriter.value); WordDoc.Bookmarks("Examiner").Select(); WordObject.Selection.TypeText(thisform.Verifyer.value); WordDoc.Bookmarks("FaxNumber").Select(); WordObject.Selection.TypeText(thisform.FlFaxNumber.value); WordDoc.Bookmarks("PhoneNumber").Select(); WordObject.Selection.TypeText(thisform.FlPhoneNumber.value); WordDoc.Bookmarks("Prover").Select(); WordObject.Selection.TypeText(thisform.LeaderSign.value); WordDoc.Bookmarks("MTitle").Select(); WordObject.Selection.TypeText(thisform.FlTitle.value); WordDoc.Bookmarks("CompanyName").Select(); WordObject.Selection.TypeText(thisform.FlSignOrg.value); WordDoc.Bookmarks("CompanyName_1").Select(); WordObject.Selection.TypeText(thisform.FlOrgName.value); WordDoc.Bookmarks("SendYear").Select(); WordObject.Selection.TypeText(thisform.FlSendTime.value); WordDoc.Bookmarks("Body").Select(); if(downfile==""){ for(i=0; i<document.all.length; i++) { if(document.all(i).tagName=="BASE"){ var Body = document.all.outerHTML; break; } } var tmp=new String(Body); var body = tmp.substring(6,tmp.indexOf("id=end")-3); var tmpFile=tmpfolder.ParentFolder+"\\"+tmpfolder.Name+"\\file"+Math.random()+".doc"; var tf = fso.CreateTextFile(tmpFile, true); tf.WriteLine("<html>"); tf.WriteLine(body); tf.WriteLine("</html>"); tf.Close(); WordObject.Selection.InsertFile(tmpFile); }else{ WordObject.Selection.InsertFile(tmpfolder.ParentFolder+"\\"+tmpfolder.Name+"\\"+downfile);} WordDoc.Bookmarks("ABody").Select(); WordObject.Selection.TypeText(getAttachments(thisform)); WordDoc.ShowRevisions=false; WordDoc.PrintRevisions=false; WordDoc.Save(); WordObject.Visible = true; WordObject.Activate(); break; } } } function getfilename() { return('czdb.doc'); } // --> </SCRIPT> <SCRIPT LANGUAGE="JavaScript"> <!-- document._domino_target = "_self"; function _doClick(v, o, t) { var url="/gmccoa/swgl.nsf/a17ba677c45f82b9c8256c42000af891/4ec1123da75cd68ac82570130083b3e4?OpenDocument&Click=" + v; if (o.href != null) o.href = url; else { if (t == null) t = document._domino_target; window.open(url, t); } } // --> </SCRIPT> <SCRIPT LANGUAGE="JavaScript"> <!-- function closedoc() { var pathname=window.location.pathname; var thisform=document.forms[0]; var urlstring=thisform.Query_String_Decoded.value; //指出当前人员是否为主控人员。 var iswfadmin=thisform.isWFAdmin.value; if(thisform.DocUNID.value!=thisform.NewDocUNID) {docunid=thisform.DocUNID.value} else{docunid=thisform.NewDocUNID.value} user=document.forms[0].LoginUser.value; if(urlstring.indexOf("&")>=0) {url=urlstring.substring(urlstring.indexOf("&")+1,urlstring.length)} else{url="NoUse=Nouse"} window.location.assign(pathname.substring(0,(pathname.lastIndexOf('.nsf')+5))+'CloseDoc?OpenAgent&DocID='+docunid+'&User='+user+'&isWFAdmin='+iswfadmin+'&'+url) } function saveandexit() { var url=window.location.href; var thisform=document.forms[0]; if (document.forms[0].FlSubject.value=="") { window.alert("请填写文件标题!"); document.forms[0].FlSubject.focus(); return; } document.forms[0].onsubmit(); } function savedoc() { var url=window.location.href; var thisform=document.forms[0]; if (document.forms[0].FlSubject.value=="") { window.alert("请填写文件标题!"); document.forms[0].FlSubject.focus(); return; } document.forms[0].caniclose.value=0 document.forms[0].onsubmit(); } function deletedoc() { var pathname = (window.location.pathname); var thisform = document.forms[0]; var DocID = thisform.DocUNID.value; if (confirm("你选择了注销当前文档,系统将删除该文档,是否继续?")){ if(thisform.PUCanEdit.value=="1"){ //环节可编辑 document.forms[0].DeletedDoc.value ="1"; document.forms[0].IsDeletedDoc.value="1"; document.forms[0].WFPU.value =""; document.forms[0].WFProcessor.value =""; document.forms[0].submit(); }else{ //环节不可编辑 window.open(pathname.substring(0,(pathname.lastIndexOf('.nsf')+5))+'WriteOffDoc?OpenAgent&docid='+DocID,null,"width=420,height=400,top=100,left=190,toolbar=no,menubar=no,location=no,status=no,resizable=no,scrollbars=no"); } } } function writeidea() { var pathname = (window.location.pathname); var href = (window.location.href); thisform = document.forms[0]; //在此处传入文档ID参数。 docunid=thisform.DocUNID.value; loginuser=thisform.LoginUser.value; if(window.screen.width==1024){ window.open(pathname.substring(0,(pathname.lastIndexOf('.nsf')+5))+'WriteIdea?OpenForm&UNID='+docunid+'&User='+loginuser+'&FileType='+thisform.FileType.value,null,"width=420,height=400,top=184,left=302,toolbar=no,menubar=no,location=no,status=no,resizable=no,scrollbars=no",true);} else window.open(pathname.substring(0,(pathname.lastIndexOf('.nsf')+5))+'WriteIdea?OpenForm&UNID='+docunid+'&User='+loginuser+'&FileType='+thisform.FileType.value,null,"width=420,height=400,top=100,left=190,toolbar=no,menubar=no,location=no,status=no,resizable=no,scrollbars=no",true); } function viewflowlog() { var pathname = (window.location.pathname); var href = (window.location.href); thisform = document.forms[0]; docunid=thisform.DocUNID.value; loginuser=thisform.LoginUser.value; s=new String(loginuser); newuser=""; for(i=0;i<s.length;i++) { newuser=newuser+s.charCodeAt(i)+";"; } window.open(pathname.substring(0,(pathname.lastIndexOf('.nsf')+5))+'TraceDoc?OpenAgent&DocID='+docunid,"_blank","status=no,scrollbars=yes,resizable=yes,toolbar=no,menubar=no,location=no,width=800,height=400,top=100,left=50"); } function readflowlog() { var pathname = (window.location.pathname); var href = (window.location.href); thisform = document.forms[0]; docunid=thisform.DocUNID.value; loginuser=thisform.LoginUser.value; s=new String(loginuser); newuser=""; for(i=0;i<s.length;i++) { newuser=newuser+s.charCodeAt(i)+";"; } window.open(pathname.substring(0,(pathname.lastIndexOf('.nsf')+5))+'ReadDocLog?OpenAgent&DocID='+docunid,"_blank","status=no,scrollbars=yes,resizable=yes,toolbar=no,menubar=no,location=no,width=730,height=400,top=100,left=50"); } function withdrawalflow() { thisform=document.forms[0]; //判断是否都填写了所有需填内容 var valuea=thisform.PUFieldNotEmpty.value; //var valueCZ=thisform.PUActionCanUse.value; //var b=new String(thisform.PUActionCanUse.value); //if (b.indexOf("发送")>0) //{ // var num=new Array; // num1=document.all.TxGwzhID.innerHTML; // num=apart(num1); // if (num[2]!="") // { // if (thisform.TxFsbz.value=="0"||thisform.TxFsbz.value=="") // { // if (!confirm("此文件没有发送,提交下一处理后将无法再发送,是否继续提交?")) // return ; // } // } //} //var a=new String(thisform.PUActionCanUse.value); //if (a.indexOf("归档")>0) //{ // if (thisform.TxSfgd.value=="0"||thisform.TxSfgd.value=="") // { // alert("请归档文件!"); // return; // } //} if (valuea!="") { valuea=valuea+"; "; while (valuea.indexOf("; ")>0) { valueb=valuea.substring(0,valuea.indexOf("; ")); valuea=valuea.substring(valuea.indexOf("; ")+2); valuec=valueb.substring(0,valueb.indexOf("*")); valueb=valueb.substring(valueb.indexOf("*")+1); if (document.all.item(valuec).value=="") { alert(valueb); document.all.item(valuec).focus(); return } } } //判断是否需当前环节的其余环节人员处理完毕 if (thisform.PUWaitForOver.value!=""){ str=Intersect(thisform.WFPU.value,thisform.PUWaitForOver.value) if (str!=""){ alert("尚有其他人员需在您之前进行“"+str+"”环节的处理,请查看“流程跟踪”日志!"); return } } //判断当前环节是否填写了意见,主控人员不用填写意见。 if (thisform.PUNeedIdea.value=="1" && thisform.isWFAdmin.value!="1"){ if(document.all.curuseridea.innerHTML==""){ alert("请填写处理意见"); return ; } } var pathname = (window.location.pathname); var href = (window.location.href); docunid=thisform.DocUNID.value; if(window.screen.width==1024){ childwindow=window.open(pathname.substring(0,(pathname.lastIndexOf('.nsf')+5))+'SubmitDoc?OpenAgent&UNID='+docunid+'&User='+thisform.LoginUser.value+'&Status=WithDrawalDoc',null,"width=400,height=350,top=210,left=310,toolbar=no,menubar=no,location=no,status=no,resizable=no,scrollbars=no",true);} else childwindow=window.open(pathname.substring(0,(pathname.lastIndexOf('.nsf')+5))+'SubmitDoc?OpenAgent&UNID='+docunid+'&User='+thisform.LoginUser.value+'&Status=WithDrawalDoc',null,"width=400,height=350,top=130,left=200,toolbar=no,menubar=no,location=no,status=no,resizable=no,scrollbars=no",true); } function submitdoc() { thisform=document.forms[0]; //if (thisform.wordunid!=null && thisform.conissave.value!="1") // { // alert("请编辑正文!") // return; // } //判断是否都填写了所有需填内容 var valuea=thisform.PUFieldNotEmpty.value; //var valueCZ=thisform.PUActionCanUse.value; //var b=new String(thisform.PUActionCanUse.value); //if (b.indexOf("发送")>0) //{ // var num=new Array; // num1=document.all.TxGwzhID.innerHTML; // num=apart(num1); // if (num[2]!="") // { // if (thisform.TxFsbz.value=="0"||thisform.TxFsbz.value=="") // { // if (!confirm("此文件没有发送,提交下一处理后将无法再发送,是否继续提交?")) // return ; // } // } //} var a=new String(thisform.PUActionCanUse.value); if (a.indexOf("归档")>0 && (thisform.form.value=="Gssw" || thisform.form.value=="Gshjsw" || thisform.form.value=="Gsswsw")) { if (document.all.item("FlBeenFiled")!=null) { if (thisform.FlBeenFiled.value!="1") { alert("文件还归档,请先归档后再提交处理!"); return; } } } if (valuea!="") { valuea=valuea+"; "; while (valuea.indexOf("; ")>0) { valueb=valuea.substring(0,valuea.indexOf("; ")); valuea=valuea.substring(valuea.indexOf("; ")+2); valuec=valueb.substring(0,valueb.indexOf("*")); valueb=valueb.substring(valueb.indexOf("*")+1); if (document.all.item(valuec).value=="") { alert(valueb); document.all.item(valuec).focus(); return } } } if (thisform.PUWaitForOver.value!=""){ str=Intersect(thisform.WFPU.value,thisform.PUWaitForOver.value) if (str!=""){ alert("尚有其他人员需在您之前进行“"+str+"”环节的处理,请查看“流程跟踪”日志!"); return } } var b=new String(thisform.PUActionCanUse.value); if (b.indexOf("填写文号")>0) { if(thisform.FlFileSerial.value==""){ alert ("请填写文号!"); return} } //判断当前环节是否填写了意见,主控人员不用填写意见。 if (thisform.PUNeedIdea.value=="1" && thisform.isWFAdmin.value!="1"){ if(document.all.curuseridea.innerHTML==""){ alert("请填写处理意见"); return ; } } var pathname = (window.location.pathname); var href = (window.location.href); docunid=thisform.DocUNID.value; if(window.screen.width==1024){ childwindow=window.open(pathname.substring(0,(pathname.lastIndexOf('.nsf')+5))+'SubmitDoc?OpenAgent&UNID='+docunid+'&User='+thisform.LoginUser.value+'&Status=SelRoute',null,"width=400,height=350,top=210,left=310,toolbar=no,menubar=no,location=no,status=no,resizable=no,scrollbars=no",true);} else childwindow=window.open(pathname.substring(0,(pathname.lastIndexOf('.nsf')+5))+'SubmitDoc?OpenAgent&UNID='+docunid+'&User='+thisform.LoginUser.value+'&Status=SelRoute',null,"width=400,height=350,top=130,left=200,toolbar=no,menubar=no,location=no,status=no,resizable=no,scrollbars=no",true); } function tianxiewenhao() { var thisform=document.forms[0]; var pathname = (window.location.pathname); docunid=thisform.DocUNID.value; if(thisform.Path_Info.value.indexOf("OpenForm")>=0){alert("请先保存文档!");return} var filename=thisform.FlFileName.value; if(thisform.FlFileSerial.value!=""){ if(!confirm("文号已经填写。是否需重填?")) {return;}} childwindow=window.open(pathname.substring(0,(pathname.lastIndexOf('.nsf')+5))+'FillinSN?OpenForm&UNID='+docunid+'&FileName='+filename,null,"width=300,height=150,top=130,left=200,toolbar=no,menubar=no,location=no,status=no,resizable=no,scrollbars=no",true); }function zhuanfa() { var thisform=document.forms[0]; var pathname=window.location.pathname; docunid=thisform.DocUNID.value; var editmode=thisform.PUCanEdit.value; var URL=pathname.substring(0,pathname.substring(1).indexOf('/')+2)+'gwzf.nsf/Forward?OpenAgent&SourceDbPath='+pathname.substring(1,(pathname.lastIndexOf('.nsf')+4))+'&SourceDocUnid='+docunid+'&User='+thisform.LoginUser.value+'&UNID='+docunid+"&Status=SelectUser&EditMode="+editmode; var width=window.screen.width-100; var height=window.screen.height-80; var left=(window.screen.width-width)/2; var top=10; window.open(URL,null,"height="+height+",width="+width+",status=no,toolbar=no,scrollbars=yes,menubar=no,resizable=yes,location=no,left="+left+",top="+top,true); } /* function zhuanfa() { var thisform=document.forms[0]; var pathname=window.location.pathname; docunid=thisform.DocUNID.value; var editmode=thisform.PUCanEdit.value; childwindow=window.open(pathname.substring(0,(pathname.lastIndexOf('.nsf')+5))+'TransmitDoc?OpenAgent&User='+thisform.LoginUser.value+'&UNID='+docunid+"&Status=SelectUser",null,"width=500,height=300,top=234,left=257,toolbar=no,menubar=no,location=no,status=no,resizable=no,scrollbars=no",true); }*/ function fasongwenjian() { var thisform=document.forms[0]; var pathname=window.location.pathname; docunid=thisform.DocUNID.value; copywriterdept=thisform.FlCopyWriterDept.value; childwindow=window.open(pathname.substring(0,(pathname.lastIndexOf('.nsf')+5))+'SendFile?OpenForm&UNID='+docunid+'&CopyWriterDept='+copywriterdept,null,"width=400,height=450,top=159,left=312,toolbar=no,menubar=no,location=no,status=no,resizable=no,scrollbars=no",true); } function readlog() { var thisform=document.forms[0]; var pathname=window.location.pathname; docunid=thisform.DocUNID.value; window.open(pathname.substring(0,(pathname.lastIndexOf('.nsf')+5))+'ReadLog?OpenAgent&DocID='+docunid,"_blank","status=no,scrollbars=yes,resizable=yes,toolbar=no,menubar=no,location=no,width=730,height=400,top=100,left=50"); } function banlixinxi() { var thisform=document.forms[0]; var pathname=window.location.pathname; docunid=thisform.DocUNID.value; window.open(pathname.substring(0,(pathname.lastIndexOf('.nsf')+5))+'DeptWorkingLog?OpenAgent&DocID='+docunid,"_blank","status=no,scrollbars=yes,resizable=yes,toolbar=no,menubar=no,location=no,width=800,height=500,top=130,left=80"); } function Intersect(str1,str2) { str3="" if(str1==""||str2==""){ return str3 } str1=", "+str1+"," while (str2.indexOf(", ")>0) { str=str2.substring(0,str2.indexOf(", ")) str2=str2.substring(str2.indexOf(", ")+2) str4=", "+str+"," if(("@"+str1).indexOf(str4)>0){ if(str3==""){ str3=str }else{ str3=str3+"、"+str } } } if(str2!="") { str4=", "+str2+"," if(("@"+str1).indexOf(str4)>0){ if(str3==""){ str3=str2 }else{ str3=str3+"、"+str2 } } } return str3 } function trim(string) { var temp = ""; string = '' + string; splitstring = string.split(" "); //双引号之间是个空格; for(i = 0; i < splitstring.length; i++) temp += splitstring; return temp; } function dayin() { var thisform=document.forms[0]; if(thisform.srcDocUNID.value=="") { downfile=""; }else{downfile= thisform.srcDocUNID.value+".doc";} docmodel=getfilename(); begindown(docmodel,downfile); } function begindown(DocModel,DownFile) { var pathname=window.location.pathname; var url=window.location.href.toLowerCase(); if(url.indexOf("?opendocument")>0) { url = url.substring(0,url.indexOf("?opendocument"))+"/$FILE/"; }else {url = url.substring(0,url.indexOf("?editdocument"))+"/$FILE/";} document.MWO1.DownUrl=window.location.protocol+"//"+window.location.hostname+"/gmccoa/homepage.nsf/Models/$FILE/"+DocModel; if(DownFile!=""){ document.MWO1.DownUrl=document.MWO1.DownUrl+";"+url+DownFile;} document.MWO1.LoginName="ActiveXAccess"; document.MWO1.DownFile("no","no","DownComplete"); } function getAttachments(form){ var filename=form.FilesName.value; var filelist=""; if(filename!=""){ filename=filename+"*"; while(filename.indexOf("*")>0) { if(filelist==""){ filelist=filename.substring(0,filename.indexOf("*")); }else{filelist=filelist+"\n"+filename.substring(0,filename.indexOf("*"));} filename=filename.substring(filename.indexOf("*")+1,filename.length); } return(filelist); }else{return("");} } function OpenWord() { if (document.forms[0].FlSubject.value=="") { window.alert("请填写文件标题!"); document.forms[0].FlSubject.focus(); return; } document.MWO1.DownUrl=document.forms[0].DownUrl.value; document.MWO1.UpUrl=document.forms[0].UpUrl.value+document.forms[0].wordunid.value+".doc"; document.MWO1.UserName=document.forms[0].CurUser.value; document.MWO1.LoginName="ActiveXAccess"; document.MWO1.Drafting=document.forms[0].isnewdoc.value; document.MWO1.OnlyReading="false"; document.MWO1.OpenFile("a1","b1"); } function LookWord() { document.MWO1.DownUrl=document.forms[0].DownUrl.value; document.MWO1.UpUrl=document.forms[0].UpUrl.value+document.forms[0].wordunid.value+".doc"; document.MWO1.UserName=document.forms[0].CurUser.value; document.MWO1.LoginName="ActiveXAccess"; document.MWO1.Drafting=document.forms[0].isnewdoc.value; document.MWO1.OnlyReading="true"; document.MWO1.OpenFile("a1","b1"); } function ReturnParameter(Rst) { switch(Rst) { case "SaveAndOK" : if(document.forms[0].conissave.value=="0") { document.forms[0].conissave.value="1"; } document.forms[0].flag.value="1"; document.forms[0].caniclose.value=0; document.forms[0].onsubmit(); break; case "NoSave": wordisopen=false; break; case "DownComplete": downcomplete(); } } function submitupfile() { var upfile=document.upfile; var thisform=document.forms[0]; thisform.FilesName.value=upfile.FileName; thisform.FilesSize.value=upfile.FileSize; thisform.FilesDate.value=upfile.FileDate; thisform.FileDeleted.value=upfile.FileDeleted; thisform.FileAdded.value=upfile.FileAdded; if(thisform.FileDeleted.value!=''||thisform.FileAdded.value!='') { thisform.uploading.value="1"; } upfile.LoginUserName='ActiveXAccess'; upfile.UpUrl=thisform.UpUrl.value; upfile.StartUpFile(); } function initupfile() { var thisform=document.forms[0]; var upfile=document.upfile; var pathname=window.location.href; upfile.FileName=thisform.FilesName.value; upfile.FileSize=thisform.FilesSize.value; upfile.FileDate=thisform.FilesDate.value; upfile.LoginUserName='ActiveXAccess'; upfile.UpUrl=thisform.UpUrl.value; upfile.BaseDownUrl=thisform.BaseDownUrl.value; if(pathname.toLowerCase().indexOf('opendocument')>0) { upfile.EditMode='0'; }else{upfile.EditMode='1';} upfile.initFileList(); } // --> </SCRIPT> </HEAD> <BODY TEXT="000000" BGCOLOR="FFFFFF" onLoad="initupfile(); var pathname=window.location.href; var thisform=document.forms[0]; var querystr=thisform.Query_String_Decoded.value; //在读状态下隐藏关键字选择按钮 if(querystr.toLowerCase().indexOf(&opendocument&)&=0) { document.all.select1.style.visibility=&hidden& } //当前用户不能编辑文档 if ((thisform.SaveOptions.value==&0& && pathname.indexOf('OpenForm')&=0)| (thisform.SaveOptions.value==&1& && pathname.indexOf('OpenForm')&=0 &&thisform.PUCanEdit.value==&0&)) { valuea=pathname.substring((pathname.lastIndexOf('?')+1)) var pathname1=pathname.substring(0,(pathname.lastIndexOf('?')+1)); if (valuea.toLowerCase( )==&editdocument&) { var pathname2=pathname1+'OpenDocument'; parent.location.replace(pathname2); } if(thisform.WhoCanEdit.value!='' && thisform.WhoCanEdit.value!=thisform.LoginUser.value) {alert('此文档正被“'+thisform.WhoCanEdit.value+'”编辑使用,您只能查看该文档!');} } //当前用户能够编辑文档 if (thisform.SaveOptions.value==&1& && pathname.indexOf('OpenForm')&=0 && thisform.PUCanEdit.value==&1&) { valuea=pathname.substring((pathname.lastIndexOf('?')+1)) var pathname1=pathname.substring(0,(pathname.lastIndexOf('?')+1)); if (valuea.toLowerCase( )==&opendocument&){ var pathname2=pathname1+'EditDocument'; parent.location.replace(pathname2); } } //因为滚动操作条初始状态为隐藏,现在将它显示出来。 var hasbar=document.all.item(&bar&) if(hasbar!=null) { var a=document.body.scrollTop+document.all.bar.offsetHeight-45 bar.style.top = a document.all.bar.style.visibility=&& } if(pathname.toLowerCase().indexOf(&opendocument&)&0){ document.all.zw.scrollIntoView(true)}" onMouseMove=" if (childwindow && !childwindow.closed) { if(childwindow.statuswindow && !childwindow.statuswindow.closed){childwindow.focus();childwindow.statuswindow.focus();}else{childwindow.focus();}}" onUnload=" if (childwindow && !childwindow.closed) { childwindow.close(); } "> <FORM onSubmit="submitupfile(); document.forms[0].submit(); "><script language="javascript"> var lpath = document.location.href; var lplace = lpath.lastIndexOf(".nsf/"); lplace=lplace+5; var nsfpath = lpath.substring(0, lplace); document.write("<body onLoad='fix()'onScroll='fix()' onResize='fix()'>");document.write("<span id='bar' style='position:absolute; left:6px; top:455px; width:100%; height:23px; zIndex:9'>");document.all.bar.style.visibility='hidden';document.write("<table border='2' width='100%' height='13' bordercolor='#FFFFFF'>");document.write("<td width='100%' height='13' bgcolor='#E0F2FF' >");document.write("<a href='javascript:closedoc()'><img border='0' align='middle' src="+nsfpath+"关闭.jpg width='79' height='31' style='cursor:hand'>");document.write("<a href='javascript:zhuanfa()'><img border='0' align='middle' src="+nsfpath+"转发.jpg width='63' height='31' style='cursor:hand'>");document.write("<a href='javascript:viewflowlog()'><img border='0' align='middle' src="+nsfpath+"流程跟踪.jpg width='99' height='31' style='cursor:hand'>");document.write("<a href='javascript:readlog()'><img border='0' align='middle' src="+nsfpath+"阅文记录.jpg width='99' height='31' style='cursor:hand'>");document.write("<a href='javascript:banlixinxi()'><img border='0' align='middle' src="+nsfpath+"办理信息.jpg width='77' height='31' style='cursor:hand'>");document.write("<a href='javascript:dayin()'><img border='0' align='middle' src="+nsfpath+"打印文件.jpg width='96' height='31' style='cursor:hand'>");document.write("</td>");document.write("</table>");document.write("</span>");//在页面拖动时不断调整操作条的位置使其保持在最上方。 function fix() { var a=document.body.scrollTop+document.all.bar.offsetHeight-45 bar.style.top = a } </script><object id=MWO1 classid=clsid:1CEF4BC4-BC39-46E2-8D84-AC7FC5AFC636 CODEBASE="/MWebWord.dll#Version=1,0,0,0" Width=3 Height=1> </object> <script FOR=MWO1 event="OnClose(Rst)" language="JavaScript"> ReturnParameter(Rst); </script><CENTER> <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0> <TR VALIGN=top><TD WIDTH="843"><br> <br> <a id="cld"></a> <br> <br> <p><b><font size=2 color="#000080">文件处理状态:办理</font></b></p> <font size=2><a href="javascript:document.all.zw.scrollIntoView(true)">转至正文</a></font> <p align="center"><font face="楷体_GB2312" size=5 id="CopyWriterDeptView">中心文件处理单</font><A onClick="var thisform=document.forms[0]; var pathname=window.location.pathname; var docid=thisform.DocUNID.value; var url=pathname.substring(0,pathname.lastIndexOf('.nsf')+5)+'SelectKeyword?OpenAgent&UNID='+docid+'&CurUser='+thisform.LoginUser.value; var result=window.showModalDialog(url,'',&dialogHeight:400px;dialogWidth:300px;status:off&); if(result!=&Cancle&) { document.all.CopyWriterDeptView.innerHTML=result+&文件处理单&; thisform.CopyWriterDept.value=result; } return false;" ID="select1" HREF=""><B><U><FONT SIZE=2 COLOR="000080" FACE="宋体">选择</FONT></U></B></A><FONT SIZE=2 FACE="宋体"> </FONT></p> <br> <br> <a id="zw"></a> <br> <br> <br> <br> <font size=2><a href="javascript:document.all.cld.scrollIntoView(true)">转至处理单</a></font> <div id="quanwen_html"> <p><center><h2><font color=black face="宋体_GB2312" id=Title>xxx分公司传真电报</font></h2></center></p><CENTER> <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0> <TR VALIGN=top><TD WIDTH="414" COLSPAN=2><p align=center><font size=4 >422号</font></p></TD></TR> </TABLE> </CENTER><br><CENTER> <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0> <TR VALIGN=top><TD WIDTH="104"><FONT FACE="宋体">发文单位:</FONT></TD><TD WIDTH="355"><p align=left><font face="宋体_GB2312" size="3">分公司</font></p></TD><TD WIDTH="104"><FONT FACE="宋体">领导签发:</FONT></TD><TD WIDTH="280"><FONT FACE="宋体"> 1/6</FONT></TD></TR> </TABLE> </CENTER><DIV ALIGN=center><HR WIDTH="840" SIZE=2 ALIGN=center COLOR="000000" NOSHADE></DIV><CENTER> <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0> <TR VALIGN=top><TD WIDTH="104"><FONT FACE="宋体">拟 稿 人:</FONT></TD><TD WIDTH="355"><p align=left><font face="宋体_GB2312" size="3">何</font></p></TD><TD WIDTH="104"><FONT FACE="宋体">联系电话:</FONT></TD><TD WIDTH="280"><p align=left><font face="宋体_GB2312" size="3">13888888888</font></p></TD></TR> </TABLE> </CENTER><DIV ALIGN=center><HR WIDTH="840" SIZE=2 ALIGN=center COLOR="000000" NOSHADE></DIV><CENTER> <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0> <TR VALIGN=top><TD WIDTH="104"><FONT FACE="宋体">核 稿 人:</FONT></TD><TD WIDTH="355"><FONT FACE="宋体">郭</FONT></TD><TD WIDTH="104"><FONT FACE="宋体">传真号码:</FONT></TD><TD WIDTH="280"><FONT SIZE=2 FACE="宋体"></FONT></TD></TR> </TABLE> </CENTER><DIV ALIGN=center><HR WIDTH="840" SIZE=2 ALIGN=center COLOR="000000" NOSHADE></DIV><CENTER> <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0> <TR VALIGN=top><TD WIDTH="104"><FONT FACE="宋体">拟稿部门:</FONT></TD><TD WIDTH="739" COLSPAN=3><p align=left><font face="宋体_GB2312" size="3">市场经营部</font></p></TD></TR> </TABLE> </CENTER><DIV ALIGN=center><HR WIDTH="840" SIZE=2 ALIGN=center COLOR="000000" NOSHADE></DIV><CENTER> <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0> <TR VALIGN=top><TD WIDTH="104"><FONT FACE="宋体">发送单位:</FONT></TD><TD WIDTH="739" COLSPAN=3><p align=left><font face="宋体_GB2312" size="3">各分公司</font></p></TD></TR> </TABLE> </CENTER><DIV ALIGN=center><HR WIDTH="840" SIZE=2 ALIGN=center COLOR="000000" NOSHADE></DIV><CENTER> <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0> <TR VALIGN=top><TD WIDTH="104"><FONT FACE="宋体">抄 </FONT>  <FONT FACE="宋体"> 送:</FONT></TD><TD WIDTH="739" COLSPAN=3><p align=left><font face="宋体_GB2312" size="3"></font></p></TD></TR> </TABLE> </CENTER><DIV ALIGN=center><HR WIDTH="840" SIZE=2 ALIGN=center COLOR="000000" NOSHADE></DIV><CENTER> <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0> <TR VALIGN=top><TD WIDTH="104"><FONT FACE="宋体">事 </FONT>  <FONT FACE="宋体"> 由:</FONT></TD><TD WIDTH="739" COLSPAN=3><p align=left><font face="宋体_GB2312" size="3">前期准备工作的通知</font></p></TD></TR> </TABLE> </CENTER><DIV ALIGN=center><HR WIDTH="840" SIZE=2 ALIGN=center COLOR="000000" NOSHADE><BASE> </DIV><font face="仿宋_GB2312" size="4"> <span>    <html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv=Content-Type content="text/html; charset=GB2312"> <meta name=ProgId content=Word.Document> <meta name=Generator content="Microsoft Word 9"> <meta name=Originator content="Microsoft Word 9"> <link rel=File-List href="./4EC1123DA75CD68AC82570130083B3E4.files/filelist.xml"> <title>为确保公司取得好成绩,需要做好上半年调查前的准备工作</title> <!--[if gte mso 9]><xml> <o:DocumentProperties> <o:Author>周</o:Author> <o:LastAuthor>郭</o:LastAuthor> <o:Revision>2</o:Revision> <o:TotalTime>27</o:TotalTime> <o:Created>2005-06-01T09:55:00Z</o:Created> <o:LastSaved>2005-06-01T09:55:00Z</o:LastSaved> <o:Pages>2</o:Pages> <o:Words>58</o:Words> <o:Characters>333</o:Characters> <o:Lines>2</o:Lines> <o:Paragraphs>1</o:Paragraphs> <o:CharactersWithSpaces>408</o:CharactersWithSpaces> <o:Version>9.3821</o:Version> </o:DocumentProperties> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:TrackRevisions/> <w:DoNotShowRevisions/> <w:DoNotPrintRevisions/> <w:PunctuationKerning/> <w:DrawingGridVerticalSpacing>7.8 磅</w:DrawingGridVerticalSpacing> <w:DisplayHorizontalDrawingGridEvery>0</w:DisplayHorizontalDrawingGridEvery> <w:DisplayVerticalDrawingGridEvery>2</w:DisplayVerticalDrawingGridEvery> <w:Compatibility> <w:SpaceForUL/> <w:BalanceSingleByteDoubleByteWidth/> <w:DoNotLeaveBackslashAlone/> <w:ULTrailSpace/> <w:DoNotExpandShiftReturn/> <w:AdjustLineHeightInTable/> <w:UseFELayout/> </w:Compatibility> </w:WordDocument> </xml><![endif]--> <style> <!-- /* Font Definitions */ @font-face {font-family:宋体; panose-1:2 1 6 0 3 1 1 1 1 1; mso-font-alt:SimSun; mso-font-charset:134; mso-generic-font-family:auto; mso-font-pitch:variable; mso-font-signature:3 135135232 16 0 262145 0;} @font-face {font-family:仿宋_GB2312; panose-1:2 1 6 9 3 1 1 1 1 1; mso-font-charset:134; mso-generic-font-family:modern; mso-font-pitch:fixed; mso-font-signature:1 135135232 16 0 262144 0;} @font-face {font-family:"\@仿宋_GB2312"; panose-1:2 1 6 9 3 1 1 1 1 1; mso-font-charset:134; mso-generic-font-family:modern; mso-font-pitch:fixed; mso-font-signature:1 135135232 16 0 262144 0;} @font-face {font-family:"\@宋体"; panose-1:2 1 6 0 3 1 1 1 1 1; mso-font-charset:134; mso-generic-font-family:auto; mso-font-pitch:variable; mso-font-signature:3 135135232 16 0 262145 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0cm; margin-bottom:.0001pt; text-align:justify; text-justify:inter-ideograph; mso-pagination:none; font-size:10.5pt; mso-bidi-font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:宋体; mso-font-kerning:1.0pt;} ins {mso-style-type:export-only; text-decoration:none;} /* Page Definitions */ @page {mso-page-border-surround-header:no; mso-page-border-surround-footer:no;} @page Section1 {size:595.3pt 841.9pt; margin:72.0pt 42.55pt 72.0pt 42.55pt; mso-header-margin:42.55pt; mso-footer-margin:49.6pt; mso-paper-source:0; layout-grid:15.6pt;} div.Section1 {page:Section1;} /* List Definitions */ @list l0 {mso-list-id:401177173; mso-list-type:hybrid; mso-list-template-ids:-279400674 437816584 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} @list l0:level1 {mso-level-number-format:japanese-counting; mso-level-text:%1、; mso-level-tab-stop:64.0pt; mso-level-number-position:left; margin-left:64.0pt; text-indent:-36.0pt;} @list l1 {mso-list-id:769618364; mso-list-type:hybrid; mso-list-template-ids:-1518302428 -905968794 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} @list l1:level1 {mso-level-text:%1、; mso-level-tab-stop:64.0pt; mso-level-number-position:left; margin-left:64.0pt; text-indent:-36.0pt;} @list l2 {mso-list-id:921646789; mso-list-type:hybrid; mso-list-template-ids:1925860742 -2130914706 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} @list l2:level1 {mso-level-text:%1、; mso-level-tab-stop:64.0pt; mso-level-number-position:left; margin-left:64.0pt; text-indent:-36.0pt;} @list l3 {mso-list-id:1662464664; mso-list-type:hybrid; mso-list-template-ids:979421420 -1404121562 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} @list l3:level1 {mso-level-text:%1、; mso-level-tab-stop:64.0pt; mso-level-number-position:left; margin-left:64.0pt; text-indent:-36.0pt;} @list l4 {mso-list-id:1983727953; mso-list-type:hybrid; mso-list-template-ids:711864602 1039803716 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} @list l4:level1 {mso-level-text:%1、; mso-level-tab-stop:64.0pt; mso-level-number-position:left; margin-left:64.0pt; text-indent:-36.0pt;} ol {margin-bottom:0cm;} ul {margin-bottom:0cm;} --> </style> </head> <body lang=ZH-CN style='tab-interval:21.0pt;text-justify-trim:punctuation'> <div class=Section1 style='layout-grid:15.6pt'> <p class=MsoNormal style='text-indent:28.0pt;mso-char-indent-count:2.0; mso-char-indent-size:14.0pt;line-height:150%'><span lang=EN-US style='font-size:14.0pt;mso-bidi-font-size:12.0pt;mso-fareast-font-family:仿宋_GB2312'>2005</span><span style='font-size:14.0pt;mso-bidi-font-size:12.0pt;font-family:仿宋_GB2312; mso-ascii-font-family:"Times New Roman"'>准备工作。根据</span><span lang=EN-US style='font-size:14.0pt;mso-bidi-font-size:12.0pt;mso-fareast-font-family: 仿宋_GB2312'>2004</span><span style='font-size:14.0pt;mso-bidi-font-size:12.0pt; font-family:仿宋_GB2312;mso-ascii-font-family:"Times New Roman"'>年的满意度调查报告及</span><span lang=EN-US style='font-size:14.0pt;mso-bidi-font-size:12.0pt;mso-fareast-font-family: 仿宋_GB2312'>2005</span><span style='font-size:14.0pt;mso-bidi-font-size:12.0pt; font-family:仿宋_GB2312;mso-ascii-font-family:"Times New Roman"'>年服务质量检查中存在的问题,现就近期工作安排如下:</span><span lang=EN-US style='font-size:14.0pt;mso-bidi-font-size:12.0pt;mso-fareast-font-family: 仿宋_GB2312'><o:p></o:p></span></p> <p class=MsoNormal style='margin-left:64.0pt;text-indent:-36.0pt;line-height: 150%;mso-list:l0 level1 lfo1;tab-stops:list 64.0pt'><![if !supportLists]><span lang=EN-US style='font-size:14.0pt;mso-bidi-font-size:12.0pt;font-family:仿宋_GB2312; mso-ascii-font-family:"Times New Roman"'>一、<span style='font:7.0pt "Times New Roman"'>&&& </span></span><![endif]><span style='font-size:14.0pt;mso-bidi-font-size:12.0pt; font-family:仿宋_GB2312;mso-ascii-font-family:"Times New Roman"'>商业过程改善程度(</span><span lang=EN-US style='font-size:14.0pt;mso-bidi-font-size:12.0pt;mso-fareast-font-family: 仿宋_GB2312'>4</span><span style='font-size:14.0pt;mso-bidi-font-size:12.0pt; font-family:仿宋_GB2312;mso-ascii-font-family:"Times New Roman"'>分)的准备工作</span><span lang=EN-US style='font-size:14.0pt;mso-bidi-font-size:12.0pt;mso-fareast-font-family: 仿宋_GB2312'><o:p></o:p></span></p> <p class=MsoNormal style='margin-left:64.0pt;text-indent:-36.0pt;line-height: 150%;mso-list:l3 level1 lfo2;tab-stops:list 64.0pt'><![if !supportLists]><span lang=EN-US style='font-size:14.0pt;mso-bidi-font-size:12.0pt;mso-fareast-font-family: 仿宋_GB2312'>1、<span style='font:7.0pt "Times New Roman"'>&&&&&&&&& </span></span><![endif]><span style='font-size:14.0pt;mso-bidi-font-size:12.0pt; font-family:仿宋_GB2312;mso-ascii-font-family:"Times New Roman"'> </span><span lang=EN-US style='font-size:14.0pt;mso-bidi-font-size:12.0pt;mso-fareast-font-family: 仿宋_GB2312'><o:p></o:p></span></p> </body> </html> <span></font> </BASE> <p id=end></p> <br> <br> <br><CENTER> <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0> <TR VALIGN=top><TD WIDTH="104"><FONT FACE="宋体">发出时间:</FONT></TD><TD WIDTH="317"><FONT FACE="宋体">二○○五年六月一日</FONT></TD><TD WIDTH="421" COLSPAN=2><p align=right><font face="宋体_GB2312" size="3">xxx分公司</font></p></TD></TR> </TABLE> </CENTER><DIV ALIGN=center><HR WIDTH="840" SIZE=2 ALIGN=center COLOR="000000" NOSHADE><br> <br> <br> </div> <br> <p align=left><b><font size=5 color=#ff0000 face="宋体"> 附 件:</font></b> </DIV><OBJECT id=upfile classid="clsid:9FCB99E8-D266-4BA5-B531-618690717F68" codebase="/upfile.ocx#version=1,0,0,0" width=100% height=175 align=center hspace=0 vspace=0 ![]() |
|
12楼#
发布于:2005-06-19 14:41
哇塞。。。。好多啊。
这贴子给我贴得乱七八糟的!寒 |
|
13楼#
发布于:2005-06-19 14:41
function fix()
{ var a=document.body.scrollTop+document.all.bar.offsetHeight-45 bar.style.top = a } |
|
14楼#
发布于:2005-06-19 14:41
//在页面拖动时不断调整操作条的位置使其保持在最上方。
可以 style="position:fixed;" |
|
上一页
下一页