Get_Domain.asp
资源名称:eat.rar [点击查看]
上传用户:jisenq
上传日期:2014-06-29
资源大小:7216k
文件大小:0k
源码类别:
数据库编程
开发平台:
ASP/ASPX
- <% Option Explicit %>
- <!--#include file="Const.asp" -->
- <!--#include file="../FS_InterFace/MF_Function.asp" -->
- <!--#include file="Function.asp" -->
- <%
- Dim Conn,Str_MF_Domain
- MF_Default_Conn
- Str_MF_Domain = GET_MF_Domain()
- If Str_MF_Domain="" then
- Response.write "FSDomain="""";"
- Else
- Response.write "FSDomain=""http://"&GET_MF_Domain()&""";"
- End If
- If G_VIRTUAL_ROOT_DIR="" Then
- Response.write "VirtualDir="""";"
- Else
- Response.write "VirtualDir=""/"&G_VIRTUAL_ROOT_DIR&""";"
- End if
- %>