/beta/home/wiki.asp

http://github.com/khaneh/Orders · ASP · 18 lines · 16 code · 0 blank · 2 comment · 2 complexity · 4513bc58aff588ae71e241a518be3f90 MD5 · raw file

  1. <%@LANGUAGE="VBSCRIPT" CODEPAGE="1256"%><%
  2. 'Home (0)
  3. PageTitle= " ãÞÇáÇÊ "
  4. SubmenuItem=7
  5. if not Auth(0 , 8) then NotAllowdToViewThisPage()
  6. %>
  7. <!--#include file="top.asp" -->
  8. <%
  9. remotID = request.serverVariables("REMOTE_ADDR")
  10. if mid(remotID,1,11)="192.168.10." then
  11. wikiADDR = "http://192.168.10.12/mediawiki"
  12. else
  13. wikiADDR = "http://jame.pdhco.com:1375/mediawiki"
  14. end if
  15. 'response.write wikiADDR
  16. %>
  17. <iframe src=<%=wikiADDR%> name="wiki" width="900px" height="900px">
  18. <!--#include file="tah.asp" -->