/beta/Inquiry/InvoicePrint.asp
ASP | 23 lines | 20 code | 2 blank | 1 comment | 1 complexity | e6874a677a2f886c488ac8962eda8e88 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<%if Auth(6 , 6) then 14ReportLogRow=request("r") 15%> 16<BR> 17<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 > 18</iframe> 19<%else 20 NotAllowdToViewThisPage() 21end if%> 22 23<!--#include file="tah.asp" -->