/beta/AR/InvoicePrint.asp
ASP | 27 lines | 24 code | 2 blank | 1 comment | 1 complexity | c748fb5fd3eb798dcf182e7bfd95f83d MD5 | raw file
1<%@LANGUAGE="VBSCRIPT" CODEPAGE="1256"%><% 2'AR (6) 3response.buffer=true 4PageTitle="�ǁ ��� ������" 5SubmenuItem=6 6if not Auth(6 , 6) then NotAllowdToViewThisPage() 7 8fixSys = "AR" 9%> 10<!--#include file="top.asp" --> 11<!--#include File="../include_farsiDateHandling.asp"--> 12<!--#include File="../include_JS_InputMasks.asp"--> 13<!--#include File="../include_UtilFunctions.asp"--> 14<%if Auth(6 , 6) then 15ReportLogRow=request("r") 16%> 17<CENTER> 18 <INPUT TYPE="button" value=" �ǁ " Class="GenButton" style="border:1 solid blue;" onclick="printThisReport(this,<%=ReportLogRow%>);"> 19</CENTER> 20<BR> 21<iframe name=f1 id=f1 src="/CRReports/?Id=<%=ReportLogRow%>" align=center style="width:750; height:410; border-style: none" border=0 FRAMEBORDER=0 scrollbars=no > 22</iframe> 23<%else 24 NotAllowdToViewThisPage() 25end if%> 26 27<!--#include file="tah.asp" -->