/beta/home/wiki.asp
http://github.com/khaneh/Orders · ASP · 18 lines · 16 code · 0 blank · 2 comment · 2 complexity · 4513bc58aff588ae71e241a518be3f90 MD5 · raw file
- <%@LANGUAGE="VBSCRIPT" CODEPAGE="1256"%><%
- 'Home (0)
- PageTitle= " ãÞÇáÇÊ "
- SubmenuItem=7
- if not Auth(0 , 8) then NotAllowdToViewThisPage()
- %>
- <!--#include file="top.asp" -->
- <%
- remotID = request.serverVariables("REMOTE_ADDR")
- if mid(remotID,1,11)="192.168.10." then
- wikiADDR = "http://192.168.10.12/mediawiki"
- else
- wikiADDR = "http://jame.pdhco.com:1375/mediawiki"
- end if
- 'response.write wikiADDR
- %>
- <iframe src=<%=wikiADDR%> name="wiki" width="900px" height="900px">
- <!--#include file="tah.asp" -->