/beta/AR/AccountReport.asp

http://github.com/khaneh/Orders · ASP · 19 lines · 16 code · 2 blank · 1 comment · 1 complexity · 893cf8528cbf44dec19921a6d4c4ee91 MD5 · raw file

  1. <%@LANGUAGE="VBSCRIPT" CODEPAGE="1256"%><%
  2. 'AR (6)
  3. response.buffer=true
  4. PageTitle=" "
  5. SubmenuItem=6
  6. if not Auth(6 , 6) then NotAllowdToViewThisPage()
  7. fixSys = "AR"
  8. %>
  9. <!--#include file="top.asp" -->
  10. <!--#include File="../include_farsiDateHandling.asp"-->
  11. <!--#include File="../include_JS_InputMasks.asp"-->
  12. <%if Auth(6 , 6) then %>
  13. <!--#include File="../AO/include_AccountReport.asp"-->
  14. <%else
  15. NotAllowdToViewThisPage()
  16. end if%>
  17. <!--#include file="tah.asp" -->