⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 commfunction.inc

📁 1 除掉了 时间 限制 2 除掉了 人数 限制 改为 500人 原为5人 3 发现一点小缺陷 增加人员的时候没有判断 登陆名是否重复! 自己写吧~~~:) 4 又 是一点缺陷
💻 INC
📖 第 1 页 / 共 3 页
字号:
       onclick="return MenuItem_onclick('<%response.write rsvddeleteUrl%>','resizable=yes, scrollbars=yes, left= 40, top=40, menubar=no, location=no, toolbar=no ,width=750, height=500')">删除</td>
</tr>
<% end if %>
</table>
<%else%>
<div id="<%response.write MenuName%>">
<% end if %>
</div>
<!--end of menu-->
<% end function %>



<%
'用于《对帐》页面的菜单弹出
function  AddPopupMenu2(bEdit,bDelete,bPaymentCheck,bPoCheck,bInvoiceCheck,bCheckout,bCheckCancel,bActive,_
                         editUrl, _
                         deleteUrl,_
                         PaymentCheckUrl, _
                         PoCheckUrl, _
                         InvoiceCheckUrl,_
                         CheckoutUrl, _
                         CheckCancelUrl,_
                         MenuName)%> 
<!-- Popup Menu -->
<%if not bActive then%>
<div  id="<%response.write MenuName%>" class=clsMenu  LANGUAGE=javascript onmouseout="return HideMenu('<%response.write MenuName%>')" onmousemove="return JustShowMenu('<%response.write MenuName%>')">
<table>
<%  if bEdit then %>
<tr><td  class=clsMenuItem  LANGUAGE=javascript 
        onmouseover="return MenuItem_onmouseover(this)"
        onmouseout="return MenuItem_onmouseout(this)"
        onmousedown="return MenuItem_onmousedown(this)"
        onmouseup="return MenuItem_onmouseup(this)" 
        onclick="return MenuItem_onclick('<%response.write editUrl%>','resizable=yes, scrollbars=yes, left= 40, top=40, menubar=no, location=no, toolbar=no ,,width=750, height=500')">编辑</td>
</tr>
<% end if %>

<% if  bDelete then %>
<tr><td class=clsMenuItem LANGUAGE=javascript
       onmouseover="return MenuItem_onmouseover(this)"
       onmouseout="return MenuItem_onmouseout(this)"
       onmousedown="return MenuItem_onmousedown(this)"
       onmouseup="return MenuItem_onmouseup(this)"
       onclick="return MenuItem_onclick('<%response.write deleteUrl%>','resizable=no, scrollbars=no, left= 300, top=220, menubar=no, location=no, toolbar=no ,width=300, height=200')">删除</td>
</tr>
<% end if %>

<%  if bPaymentCheck then %>
<tr><td  class=clsMenuItem  LANGUAGE=javascript 
        onmouseover="return MenuItem_onmouseover(this)"
        onmouseout="return MenuItem_onmouseout(this)"
        onmousedown="return MenuItem_onmousedown(this)"
        onmouseup="return MenuItem_onmouseup(this)" 
        onclick="return MenuItem_onclick('<%response.write PaymentCheckUrl%>','resizable=yes, scrollbars=yes, left= 40, top=40, menubar=no, location=no, toolbar=no ,,width=750, height=500')">应收对帐</td>
</tr>
<% end if %>

<%  if bPoCheck then %>
<tr><td  class=clsMenuItem  LANGUAGE=javascript 
        onmouseover="return MenuItem_onmouseover(this)"
        onmouseout="return MenuItem_onmouseout(this)"
        onmousedown="return MenuItem_onmousedown(this)"
        onmouseup="return MenuItem_onmouseup(this)" 
        onclick="return MenuItem_onclick('<%response.write PoCheckUrl%>','resizable=yes, scrollbars=yes, left= 40, top=40, menubar=no, location=no, toolbar=no ,,width=750, height=500')">应付对帐</td>
</tr>
<% end if %>

<%  if bInvoiceCheck then %>
<tr><td  class=clsMenuItem  LANGUAGE=javascript 
        onmouseover="return MenuItem_onmouseover(this)"
        onmouseout="return MenuItem_onmouseout(this)"
        onmousedown="return MenuItem_onmousedown(this)"
        onmouseup="return MenuItem_onmouseup(this)" 
        onclick="return MenuItem_onclick('<%response.write InvoiceCheckUrl%>','resizable=yes, scrollbars=yes, left= 40, top=40, menubar=no, location=no, toolbar=no ,,width=750, height=500')">发票对帐</td>
</tr>
<% end if %>

<%  if bCheckout then %>
<tr><td  class=clsMenuItem  LANGUAGE=javascript 
        onmouseover="return MenuItem_onmouseover(this)"
        onmouseout="return MenuItem_onmouseout(this)"
        onmousedown="return MenuItem_onmousedown(this)"
        onmouseup="return MenuItem_onmouseup(this)" 
        onclick="return MenuItem_onclick('<%response.write CheckoutUrl%>','resizable=no, scrollbars=no, left= 300, top=220, menubar=no, location=no, toolbar=no ,width=300, height=200')">完成</td>
</tr>
<% end if %>

<%  if bCheckCancel then %>
<tr><td  class=clsMenuItem  LANGUAGE=javascript 
        onmouseover="return MenuItem_onmouseover(this)"
        onmouseout="return MenuItem_onmouseout(this)"
        onmousedown="return MenuItem_onmousedown(this)"
        onmouseup="return MenuItem_onmouseup(this)" 
        onclick="return MenuItem_onclick('<%response.write CheckCancelUrl%>','resizable=no, scrollbars=no, left= 300, top=220, menubar=no, location=no, toolbar=no ,width=300, height=200')">撤消</td>
</tr>
<% end if %>

</table>
<%else%>
<div id="<%response.write MenuName%>">
<% end if %>
</div>
<!--end of menu-->
<% end function %>

<%
'用于《报价》页面的菜单弹出
function  AddPopupMenu3(bEdit,bDelete,bConvert,bPrint,bduplicate,bActive,_
                         editUrl, _
                         deleteUrl,_
                         convertUrl, _
                         printUrl,_
                         duplicateUrl,_
                         MenuName)%> 
<!-- Popup Menu -->
<%if not bActive then%>
<div  id="<%response.write MenuName%>" class=clsMenu  LANGUAGE=javascript onmouseout="return HideMenu('<%response.write MenuName%>')" onmousemove="return JustShowMenu('<%response.write MenuName%>')">
<table>
<%  if bEdit then %>
<tr><td  class=clsMenuItem  LANGUAGE=javascript 
        onmouseover="return MenuItem_onmouseover(this)"
        onmouseout="return MenuItem_onmouseout(this)"
        onmousedown="return MenuItem_onmousedown(this)"
        onmouseup="return MenuItem_onmouseup(this)" 
        onclick="return MenuItem_onclick('<%response.write editUrl%>','resizable=yes, scrollbars=yes, left= 40, top=40, menubar=no, location=no, toolbar=no ,,width=750, height=500')">编辑</td>
</tr>
<% end if %>

<% if  bDelete then %>
<tr><td class=clsMenuItem LANGUAGE=javascript
       onmouseover="return MenuItem_onmouseover(this)"
       onmouseout="return MenuItem_onmouseout(this)"
       onmousedown="return MenuItem_onmousedown(this)"
       onmouseup="return MenuItem_onmouseup(this)"
       onclick="return MenuItem_onclick('<%response.write deleteUrl%>','resizable=no, scrollbars=no, left= 300, top=220, menubar=no, location=no, toolbar=no ,width=300, height=200')">删除</td>
</tr>
<% end if %>

<%  if bConvert then %>
<tr>
    <td  class=clsMenuItem  LANGUAGE=javascript 
        onmouseover="return MenuItem_onmouseover(this)"
        onmouseout="return MenuItem_onmouseout(this)"
        onmousedown="return MenuItem_onmousedown(this)"
        onmouseup="return MenuItem_onmouseup(this)" 
        onclick="return MenuItem_onclick('<%response.write convertUrl%>','resizable=no, scrollbars=no, left= 300, top=220, menubar=no, location=no, toolbar=no ,width=300, height=200')">转换</td>
</tr>
<% end if %>

<% if  bPrint then %>
<tr><td class=clsMenuItem LANGUAGE=javascript
       onmouseover="return MenuItem_onmouseover(this)"
       onmouseout="return MenuItem_onmouseout(this)"
       onmousedown="return MenuItem_onmousedown(this)"
       onmouseup="return MenuItem_onmouseup(this)"
       onclick="return MenuItem_onclick('<%response.write printUrl%>','resizable=no, scrollbars=no, left= 300, top=220, menubar=no, location=no, toolbar=no ,width=300, height=200')">打印</td>
</tr>
<% end if %>

<% if  bduplicate then %>
<tr><td class=clsMenuItem LANGUAGE=javascript
       onmouseover="return MenuItem_onmouseover(this)"
       onmouseout="return MenuItem_onmouseout(this)"
       onmousedown="return MenuItem_onmousedown(this)"
       onmouseup="return MenuItem_onmouseup(this)"
       onclick="return MenuItem_onclick('<%response.write duplicateUrl%>','resizable=no, scrollbars=no, left= 300, top=220, menubar=no, location=no, toolbar=no ,width=300, height=200')">复制</td>
</tr>
<% end if %>
</table>
<%else%>
<div id="<%response.write MenuName%>">
<% end if %>
</div>
<!--end of menu-->
<% end function %>


<%
'用于《费用》页面的菜单弹出
function  AddPopupMenu4(bEdit,bDelete,bSubmit,bCheck,bApprove,bPay,bClear,bCancel,bPrint,bActive,_
                         editUrl, _
                         deleteUrl,_
                         submitUrl, _
                         checkUrl,_
                         approveUrl, _ 
                         payUrl, _
                         clearUrl,_
                         cancelUrl, _
                         printUrl,_
                         MenuName)%> 
<!-- Popup Menu -->
<%if not bActive then%>
<div  id="<%response.write MenuName%>" class=clsMenu  LANGUAGE=javascript onmouseout="return HideMenu('<%response.write MenuName%>')" onmousemove="return JustShowMenu('<%response.write MenuName%>')">
<table>
<%  if bEdit then %>
<tr><td  class=clsMenuItem  LANGUAGE=javascript 
        onmouseover="return MenuItem_onmouseover(this)"
        onmouseout="return MenuItem_onmouseout(this)"
        onmousedown="return MenuItem_onmousedown(this)"
        onmouseup="return MenuItem_onmouseup(this)" 
        onclick="return MenuItem_onclick('<%response.write editUrl%>','resizable=yes, scrollbars=yes, left= 40, top=40, menubar=no, location=no, toolbar=no ,,width=750, height=500')">编辑</td>
</tr>
<% end if %>

<% if  bDelete then %>
<tr><td class=clsMenuItem LANGUAGE=javascript
       onmouseover="return MenuItem_onmouseover(this)"
       onmouseout="return MenuItem_onmouseout(this)"
       onmousedown="return MenuItem_onmousedown(this)"
       onmouseup="return MenuItem_onmouseup(this)"
       onclick="return MenuItem_onclick('<%response.write deleteUrl%>','resizable=no, scrollbars=no, left= 300, top=220, menubar=no, location=no, toolbar=no ,width=300, height=200')">删除</td>
</tr>
<% end if %>

<% if  bSubmit then %>
<tr><td class=clsMenuItem LANGUAGE=javascript
       onmouseover="return MenuItem_onmouseover(this)"
       onmouseout="return MenuItem_onmouseout(this)"
       onmousedown="return MenuItem_onmousedown(this)"
       onmouseup="return MenuItem_onmouseup(this)"
       onclick="return MenuItem_onclick('<%response.write submitUrl%>','resizable=no, scrollbars=no, left= 300, top=220, menubar=no, location=no, toolbar=no ,width=300, height=200')">提交</td>
</tr>
<% end if %>

<% if  bCheck then %>
<tr><td class=clsMenuItem LANGUAGE=javascript
       onmouseover="return MenuItem_onmouseover(this)"
       onmouseout="return MenuItem_onmouseout(this)"
       onmousedown="return MenuItem_onmousedown(this)"
       onmouseup="return MenuItem_onmouseup(this)"
       onclick="return MenuItem_onclick('<%response.write checkUrl%>','resizable=yes, scrollbars=yes, left= 40, top=40, menubar=no, location=no, toolbar=no ,,width=750, height=500')">审核</td>
</tr>
<% end if %>

<% if  bApprove then %>
<tr><td class=clsMenuItem LANGUAGE=javascript
       onmouseover="return MenuItem_onmouseover(this)"
       onmouseout="return MenuItem_onmouseout(this)"
       onmousedown="return MenuItem_onmousedown(this)"
       onmouseup="return MenuItem_onmouseup(this)"
       onclick="return MenuItem_onclick('<%response.write approveUrl%>','resizable=yes, scrollbars=yes, left= 40, top=40, menubar=no, location=no, toolbar=no ,,width=750, height=500')">批准</td>
</tr>
<% end if %>

<% if  bPay then %>
<tr><td class=clsMenuItem LANGUAGE=javascript
       onmouseover="return MenuItem_onmouseover(this)"
       onmouseout="return MenuItem_onmouseout(this)"
       onmousedown="return MenuItem_onmousedown(this)"
       onmouseup="return MenuItem_onmouseup(this)"
       onclick="return MenuItem_onclick('<%response.write payUrl%>','resizable=no, scrollbars=no, left= 300, top=220, menubar=no, location=no, toolbar=no ,width=300, height=200')">支付</td>
</tr>
<% end if %>

<% if  bClear then %>
<tr><td class=clsMenuItem LANGUAGE=javascript
       onmouseover="return MenuItem_onmouseover(this)"
       onmouseout="return MenuItem_onmouseout(this)"
       onmousedown="return MenuItem_onmousedown(this)"
       onmouseup="return MenuItem_onmouseup(this)"
       onclick="return MenuItem_onclick('<%response.write clearUrl%>','resizable=no, scrollbars=no, left= 300, top=220, menubar=no, location=no, toolbar=no ,width=300, height=200')">清帐</td>
</tr>
<% end if %>

<% if  bCancel then %>
<tr><td class=clsMenuItem LANGUAGE=javascript
       onmouseover="return MenuItem_onmouseover(this)"
       onmouseout="return MenuItem_onmouseout(this)"
       onmousedown="return MenuItem_onmousedown(this)"
       onmouseup="return MenuItem_onmouseup(this)"
       onclick="return MenuItem_onclick('<%response.write cancelUrl%>','resizable=no, scrollbars=no, left= 300, top=220, menubar=no, location=no, toolbar=no ,width=300, height=200')">撤消</td>
</tr>
<% end if %>

<% if  bPrint then %>
<tr><td class=clsMenuItem LANGUAGE=javascript
       onmouseover="return MenuItem_onmouseover(this)"
       onmouseout="return MenuItem_onmouseout(this)"
       onmousedown="return MenuItem_onmousedown(this)"
       onmouseup="return MenuItem_onmouseup(this)"
       onclick="return MenuItem_onclick('<%response.write printUrl%>','resizable=yes, scrollbars=yes, left= 40, top=40, menubar=no, location=no, toolbar=no ,,width=750, height=500')">打印</td>
</tr>
<% end if %>
</table>
<%else%>
<div id="<%response.write MenuName%>">
<% end if %>
</div>
<!--end of menu-->
<% end function %>

<%
'用于《合同》页面的菜单弹出2005-1-3
function  AddPopupMenu5(bEdit,bDuplicate,bDelete,bDelivery,bPrint,bPoapprove,bPoreject,bActive,_
                         editUrl, _
			 duplicateUrl, _
                         deleteUrl,_
                         deliveryUrl, _
                         printUrl,_
                         approveUrl, _
                         rejectUrl,_
                         MenuName)%> 
<!-- Popup Menu -->
<%if not bActive then%>
<div  id="<%response.write MenuName%>" class=clsMenu  LANGUAGE=javascript onmouseout="return HideMenu('<%response.write MenuName%>')" onmousemove="return JustShowMenu('<%response.write MenuName%>')">
<table>
<%  if bEdit then %>
<tr><td  class=clsMenuItem  LANGUAGE=javascript 
        onmouseover="return MenuItem_onmouseover(this)"
        onmouseout="return MenuItem_onmouseout(this)"
        onmousedown="return MenuItem_onmousedown(this)"
        onmouseup="return MenuItem_onmouseup(this)" 
        onclick="return MenuItem_onclick('<%response.write editUrl%>','resizable=yes, scrollbars=yes, left= 40, top=40, menubar=no, location=no, toolbar=no ,,width=750, height=500')">编辑</td>
</tr>
<% end if %>

<%  if bDuplicate then %>
<tr><td  class=clsMenuItem  LANGUAGE=javascript 
        onmouseover="return MenuItem_onmouseover(this)"
        onmouseout="return MenuItem_onmouseout(this)"
        onmousedown="return MenuItem_onmousedown(this)"
        onmouseup="return MenuItem_onmouseup(this)" 
        onclick="return MenuItem_onclick('<%response.write duplicateUrl%>','resizable=yes, scrollbars=yes, left= 40, top=40, menubar=no, location=no, toolbar=no ,,width=750, height=500')">复制</td>
</tr>
<% end if %>

<% if  bDelete then %>
<tr><td class=clsMenuItem LANGUAGE=javascript
       onmouseover="return MenuItem_onmouseover(this)"
       onmouseout="return MenuItem_onmouseout(this)"
       onmousedown="return MenuItem_onmousedown(this)"
       onmouseup="return MenuItem_onmouseup(this)"
       onclick="return MenuItem_onclick('<%response.write deleteUrl%>','resizable=no, scrollbars=no, left= 300, top=220, menubar=no, location=no, toolbar=no ,width=300, height=200')">删除</td>
</tr>
<% end if %>

<%  if bDelivery then %>
<tr>
    <td  class=clsMenuItem  LANGUAGE=javascript 
        onmouseover="return MenuItem_onmouseover(this)"
        onmouseout="return MenuItem_onmouseout(this)"
        onmousedown="return MenuItem_onmousedown(this)"
        onmouseup="return MenuItem_onmouseup(this)" 
        onclick="return MenuItem_onclick('<%response.write deliveryUrl%>','resizable=yes, scrollbars=yes, left= 40, top=40, menubar=no, location=no, toolbar=no ,width=750, height=500')">发货单</td>
</tr>
<% end if %>

<% if  bPrint then %>
<tr><td class=clsMenuItem LANGUAGE=javascript
       onmouseover="return MenuItem_onmouseover(this)"
       onmouseout="return MenuItem_onmouseout(this)"
       onmousedown="return MenuItem_onmousedown(this)"
       onmouseup="return MenuItem_onmouseup(this)"
       onclick="return MenuItem_onclick('<%response.write printUrl%>','resizable=yes, scrollbars=yes, left= 300, top=220, menubar=no, location=no, toolbar=no ,width=300, height=200')">打印</td>
</tr>
<% end if %>

<% if  bPoapprove then %>
<tr><td class=clsMenuItem LANGUAGE=javascript
       onmouseover="return MenuItem_onmouseover(this)"
       onmouseout="return MenuItem_onmouseout(this)"
       onmousedown="return MenuItem_onmousedown(this)"
       onmouseup="return MenuItem_onmouseup(this)"
       onclick="return MenuItem_onclick('<%response.write approveUrl%>','resizable=yes, scrollbars=yes, left= 40, top=40, menubar=no, location=no, toolbar=no ,width=750, height=500')">审核</td>
</tr>
<% end if %>

<% if  bPoreject then %>
<tr><td class=clsMenuItem LANGUAGE=javascript
       onmouseover="return MenuItem_onmouseover(this)"
       onmouseout="return MenuItem_onmouseout(this)"
       onmousedown="return MenuItem_onmousedown(this)"
       onmouseup="return MenuItem_onmouseup(this)"
       onclick="return MenuItem_onclick('<%response.write rejectUrl%>','resizable=yes, scrollbars=yes, left= 40, top=40, menubar=no, location=no, toolbar=no ,width=750, height=500')">撤销</td>
</tr>
<% end if %>
</table>
<%else%>
<div id="<%response.write MenuName%>">
<% end if %>
</div>
<!--end of menu-->
<% end function %>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -