/beta/bank/ShowCheqPaid.asp
ASP | 22 lines | 15 code | 6 blank | 1 comment | 1 complexity | 1274167213ddf439b340babe48e72527 MD5 | raw file
1<%@LANGUAGE="VBSCRIPT" CODEPAGE="1256"%><% 2'Bank (10 [=A]) 3PageTitle= "����� ����� �������" 4SubmenuItem=3 5if not Auth("A" , 3) then NotAllowdToViewThisPage() 6 7%> 8<!--#include file="top.asp" --> 9<!--#include File="../include_UtilFunctions.asp"--> 10 11 12<BR><BR><BR> 13<CENTER> 14 <% ReportLogRow = PrepareReport ("CheqRcpt.rpt", "cheqID", request("cheqID"), "/beta/dialog_printManager.asp?act=Fin") %> 15 <INPUT TYPE="button" value=" �ǁ " Class="GenButton" style="border:1 solid blue;" onclick="printThisReport(this,<%=ReportLogRow%>);"> 16</CENTER> 17 18<BR> 19<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> 20 21 22<!--#include file="tah.asp" -->