国产亚洲在,中文字幕乱码免费专区剧情介绍,在线天堂1,色戒在手机免费观看完整版,王道韩国电影未删减完整版,免费一级在线,星际穿越2电影完整版在线观看

行業(yè)動態(tài)
asp根據(jù)不同的域名轉向不同的網(wǎng)站
發(fā)布日期:2009-09-05 閱讀次數(shù):5132 字體大?。?a href="javascript:;" onclick="ChangeFontSize('content',16)">大

<  if Request.ServerVariables("SERVER_NAME")="m.51lrjk.com" then  >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>亳州市易天網(wǎng)絡</title>
</head>

<body><center>
網(wǎng)站正在改版。。。。/center><p>


</body>
</html>
< elseif request.servervariables("server_name")="www.123.com" then >
網(wǎng)站欠費暫停使用?。。。。?!
< elseif request.servervariables("server_name")="www.cctv.com" then >
< Response.Redirect "cn/default.asp" >
< end if >