/beta/bank/ShowCheqPaid.asp

http://github.com/khaneh/Orders · ASP · 22 lines · 15 code · 6 blank · 1 comment · 1 complexity · 1274167213ddf439b340babe48e72527 MD5 · raw file

  1. <%@LANGUAGE="VBSCRIPT" CODEPAGE="1256"%><%
  2. 'Bank (10 [=A])
  3. PageTitle= " "
  4. SubmenuItem=3
  5. if not Auth("A" , 3) then NotAllowdToViewThisPage()
  6. %>
  7. <!--#include file="top.asp" -->
  8. <!--#include File="../include_UtilFunctions.asp"-->
  9. <BR><BR><BR>
  10. <CENTER>
  11. <% ReportLogRow = PrepareReport ("CheqRcpt.rpt", "cheqID", request("cheqID"), "/beta/dialog_printManager.asp?act=Fin") %>
  12. <INPUT TYPE="button" value=" ǁ " Class="GenButton" style="border:1 solid blue;" onclick="printThisReport(this,<%=ReportLogRow%>);">
  13. </CENTER>
  14. <BR>
  15. <iframe name=f1 id=f1 src="/CRReports/?Id=<%=ReportLogRow%>" align=center style="width:700; height:410; border-style: none" border=0 FRAMEBORDER=0 scrollbars=no></iframe>
  16. <!--#include file="tah.asp" -->