找回密码
 注册

QQ登录

只需一步,快速开始

欢迎访问中国康复治疗师网络联盟
搜索
查看: 7986|回复: 7

[网页] 域名转向代码

[复制链接]
发表于 2011-2-13 13:37:23 | 显示全部楼层 |阅读模式
        个人主页免费用户常常在网上寻找域名转向,但是你有没有想过打造自己的域名转向。
     首先,你要去申请一个免费空间,这样的空间很多,然后把以下的代码保存为你的主页文件即可,主页文件一般为:index.html 、index.htm 、default.html 、default.htm 、index.asp 、index.php 、index.cgi ...... 等等(一般你去申请免费空间空间时,空间提供商都会有help进行说明)。
     然后你就可通过这个空间达到转向的目的。要注意的是:保存为你的主页文件之前,要将以下有“将这里改成要转入的网址”的地方改成你自已的转向后的URL 。


  1. ------------------------------------------------------------------------------
  2. 不隐藏转向之后的地址 代码一(html)
  3. ------------------------------------------------------------------------------
  4. <html>
  5. <head>
  6. <meta http-equiv="Content-Language" content="zh-cn">
  7. <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
  8. <title></title>
  9. </head>
  10. <body>
  11. <form name=loading>
  12. <P align=center><FONT face=Arial color=#0066ff size=2>loading...</FONT> <INPUT
  13. style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bolder; PADDING-BOTTOM: 0px; COLOR: #0066ff; BORDER-TOP-style: none; PADDING-TOP: 0px; FONT-FAMILY: Arial; BORDER-RIGHT-style: none; BORDER-LEFT-style: none; BACKGROUND-COLOR: white; BORDER-BOTTOM-style: none"
  14. size=46 name=chart> <BR><INPUT
  15. style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; COLOR: #0066ff; BORDER-BOTTOM: medium none; TEXT-ALIGN: center"
  16. size=47 name=percent>
  17. <SCRIPT>
  18. var bar=0
  19. var line="||"
  20. var amount="||"
  21. count()
  22. function count(){
  23. bar=bar+2
  24. amount =amount + line
  25. document.loading.chart.value=amount
  26. document.loading.percent.value=bar+"%"
  27. if (bar<99)
  28. {setTimeout("count()",100);}
  29. else
  30. {window.location = "将这里改成要转入的网址";}
  31. }</SCRIPT>
  32. </P></form>
  33. </body>
  34. </html>
  35. -------------------------------------------------------------------------------
  36. 不隐藏转向之后的地址 代码二(html)
  37. -------------------------------------------------------------------------------
  38. <html>
  39. <body>
  40. <script language="javascript">
  41. <!--
  42. function goToURL() { //v2.0
  43. for (var i=0; i< (goToURL.arguments.length - 1); i+=2) //with arg pairs
  44. eval(goToURL.arguments+".location='"+goToURL.arguments[i+1]+"'");
  45. document.returnvalue = false;
  46. }
  47. //-->
  48. </script>
  49. <body bgcolor="#FFFFFF" onLoad="goToURL('parent','将这里改成要转入的网址');return document.returnvalue">
  50. </body>
  51. </html>
  52. -------------------------------------------------------------------------------
  53. 不隐藏转向之后的地址 代码三(html)
  54. -------------------------------------------------------------------------------
  55. <html>
  56. <head>
  57. <meta http-equiv="Content-Language" content="zh-CN">
  58. <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
  59. <title></title>
  60. </head>
  61. <SCRIPT LANGUAGE="javascript">
  62. <!-- Start Code
  63. var ver = navigator.appVersion;
  64. if (ver.indexOf("MSIE") != -1)
  65. {
  66. window.location.href="将这里改成要转入的网址"
  67. }else
  68. window.location.href="将这里改成要转入的网址"
  69. // End Code -->
  70. </SCRIPT>
  71. </html>
  72. -------------------------------------------------------------------------------
  73. 不隐藏转向之后的地址 代码四(html)
  74. -------------------------------------------------------------------------------
  75. <html>
  76. <head>
  77. <meta http-equiv="Content-Language" content="zh-CN">
  78. <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
  79. <title></title>
  80. </head>
  81. <body>
  82. <meta http-equiv="refresh" content="0.1;url=将这里改成要转入的网址">
  83. </body>
  84. </html>
  85. -------------------------------------------------------------------------------
  86. 不隐藏转向之后的地址 代码五(html)
  87. -------------------------------------------------------------------------------

  88. <script>location.href='将这里改成要转入的网址';</script>

  89. -------------------------------------------------------------------------------
  90. 不隐藏转向之后的地址 代码六(ASP)
  91. -------------------------------------------------------------------------------
  92. <%
  93. if request.servervariables("http_host")="Int.hxkf.cn" then
  94. response.redirect("将这里改成要转入的网址")
  95. response.end
  96. end if

  97. %>                     
  98. -------------------------------------------------------------------------------
  99. 可隐藏转向之后的地址
  100. -------------------------------------------------------------------------------
  101. <html>
  102. <head>
  103. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  104. <title>请换成你的网址的中文名</title>
  105. </head>
  106. <frameset rows="*,0" frameborder="no" border="0" framespacing="0">
  107. <frame src="http://www.***.com(请换成你的网址)" name="mainFrame" id="mainFrame">
  108. <frame src="" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame">
  109. </frameset>
  110. <noframes>
  111. <body>
  112. 请用IE浏览
  113. </body>
  114. </noframes>
  115. </html>
复制代码
  1. 附:在html文件引入其它html文件的几种方法  

  2. 简介:在论坛中常常有网友问到,可以在一个html的文件当中读取另一个html文件的内容吗?答案是确定的,而且方法不只一种,在以前我只会使用iframe来引用,后来发现了另外的几种方法,那今天就总结这几种方法让大家参考一下,本人觉得第三种方式较好!

  3. 1.IFrame引入,看看下面的代码

  4. 程序代码:
  5. <IFRAME NAME="content_frame" width=100% height=30 marginwidth=0 marginheight=0 SRC="import.htm" ></IFRAME>

  6. 你会看到一个外部引入的文件,但会发现有一个类似外框的东西将其包围,可使用

  7. 程序代码:
  8. <iframe name="content_frame" marginwidth=0 marginheight=0 width=100% height=30 src="import.htm" frameborder=0></iframe>

  9. 但你会发现还会有点问题,就是背景色不同,你只要在引入的文件import.htm中使用相同的背景色也可以,但如果你使用的是IE5.5的话,可以看看这篇关于透明色的文章 如果想引入的文件过长时不出现滚动条的话在import.htm中的body中加入scroll=no

  10. 2.<object>方式

  11. 程序代码:
  12. <object style="border:0px" type="text/x-scriptlet" data="import.htm" width=100% height=30>


  13. 3.Behavior的download方式

  14. 程序代码:
  15. <span id=showImport></span>
  16. <IE:Download ID="oDownload" STYLE="behavior:url(#default#download)" />
  17. <script>
  18. function onDownloadDone(downDate){
  19. showImport.innerHTML=downDate
  20. }
  21. oDownload.startDownload('import.htm',onDownloadDone)
  22. </script>


复制代码

回复

使用道具 举报

 楼主| 发表于 2011-2-13 13:53:45 | 显示全部楼层

  1. 第一个

  2. 程序代码


  3. <%
  4. if Request.ServerVariables("SERVER_NAME")="www.dlstu.cn" then
  5. response.redirect "/bbs/"
  6. else
  7. response.redirect "/blog/"
  8. end if
  9. %>



  10. 第二个

  11. 程序代码


  12. <%
  13. select case request.servervariables("http_host")
  14. case "www.dlstu.cn"
  15. Server.Transfer("/bbs/")
  16. case "bbs.dlstu.cn"
  17. Server.Transfer("/bbs/")
  18. case "blog.dlstu.cn"
  19. Server.Transfer("/blog/")
  20. ...... 继续添加 ......
  21. end select
  22. %>



  23. 第三个

  24. 程序代码


  25. <%
  26. if instr(Request.ServerVariables("SERVER_NAME"),"dlstu.cn")>0 then
  27. response.redirect "/bbs/"
  28. elseif instr(Request.ServerVariables("SERVER_NAME"),"dlstu.com")>0 then
  29. response.redirect "/bbs/"
  30. elseif instr(Request.ServerVariables("SERVER_NAME"),"h11.cn")>0 then
  31. response.redirect "bbs/"
  32. end if
  33. %>


  34. 第四个

  35. 程序代码


  36. <%
  37. if Request.ServerVariables("SERVER_NAME")="www.dlstu.cn" then
  38. response.redirect "/bbs/index.asp"
  39. elseif Request.ServerVariables("SERVER_NAME")="www.dlstu.com" then
  40. response.redirect "/bbs/index.asp"
  41. elseif Request.ServerVariables("SERVER_NAME")="bbs.163.com" then
  42. response.redirect "/bbs/index.asp"
  43. end if
  44. %>


  45. 第五个

  46. 程序代码


  47. <%
  48. '取得HTTP输入的值并付值到HTOST中
  49. dim host
  50. host=lcase(request.servervariables("HTTP_HOST"))
  51. ‘开始条件跳转
  52. Select CASE host
  53. ' 如果HOST的值是www.dlstu.cn就选择事件case www.dlstu.cn的命令
  54. CASE www.dlstu.cn
  55. '直接跳转
  56. response.redirect "/bbs/"
  57. CASE www.dlstu.com
  58. response.redirect "/blog/"
  59. '其它域名跳转
  60. CASE ELSE
  61. response.redirect "/blog/"
  62. END Select
  63. %>


  64. 第六个

  65. 程序代码


  66. <%
  67. from=lcase(Request.ServerVariables("HTTP_HOST"))
  68. if left(from,4)="www." then
  69. Response.redirect("index.asp") '此处为网站首页地址
  70. else
  71. response.Write( "/bbs/")
  72. end if
  73. %>


  74. 这个呢~~也是支持多域名绑定的,非主机头绑定,当然,也是某个域名泛解析到服务器最好的选择:)Oblog用的就是这种跳转。

  75. 第七个
  76. 用JS实现泛玉米解析

  77. location对象有以下几个属性:

  78. hash 设置或获取 href 属性中在井号“#”后面的分段。
  79. host 设置或获取 location 或 URL 的 hostname 和 port 号码。
  80. hostname 设置或获取 location 或 URL 的主机名称部分。
  81. href 设置或获取整个 URL 为字符串。
  82. pathname 设置或获取对象指定的文件名或路径。
  83. port 设置或获取与 URL 关联的端口号码。
  84. protocol 设置或获取 URL 的协议部分。
  85. search 设置或获取 href 属性中跟在问号后面的部分。

  86. 因此。我们就可以根据玉米的不同实现跳转不同的目录,具体代码:

  87. 程序代码



  88. <script. language="javascript">
  89. switch (window.location.hostname) {
  90. case "test" ://确定玉米为TEST
  91. window.location.pathname="1"//跳转到1目录
  92. break;
  93. case "127.0.0.1" ://确定玉米为127.0.0.1
  94. window.location.pathname="2"//跳转到2目录
  95. break;
  96. //依次类推写下去
  97. default ://如果没有找到该玉米
  98. window.location.pathname="3"//跳转到3目录
  99. }
  100. </script>


  101. 不支持泛解析虚拟主机绑定多域名的ASP代码

  102. 如果有有一个ASP空间,而你又想放置多个多个站点或DOMAIN,这些代码可以帮到你

  103. 第一个


  104. <%if Request.ServerVariables("SERVER_NAME")="www.netbei.com" then
  105. response.redirect "zkj"
  106. else
  107. response.redirect "i.htm"
  108. end if%>


  109. 第二个


  110. <%
  111. select case request.servervariables("http_host")
  112. case "www.netbei.com"
  113. Server.Transfer("v3.htm")
  114. case "www.aspcn.net" '2
  115. Server.Transfer("i.htm")
  116. case "www.netbei.cn" '3
  117. Server.Transfer("netbei.htm")
  118. '...... 继续添加 ......
  119. end select
  120. %>


  121. 第三个


  122. <%if instr(Request.ServerVariables
  123. ("SERVER_NAME"),"kekexi.com")>0 then 6
  124. response.redirect "index.asp"
  125. else if instr(Request.ServerVariables
  126. ("SERVER_NAME"),"4668.com")>0
  127. response.redirect "x/index.asp"
  128. else if instr(Request.ServerVariables
  129. ("SERVER_NAME"),"web315.com")>0 thenr
  130. esponse.redirect "index3.asp"
  131. end if
  132. end if
  133. end if%>


  134. 第四个


  135. <%if Request.ServerVariables("SERVER_NAME")="www.netbei.com" then
  136. response.redirect "index1.asp"
  137. else if Request.ServerVariables("SERVER_NAME")="www.cike.org" then
  138. response.redirect "index2.asp"
  139. else if Request.ServerVariables("SERVER_NAME")="www.163.com" then
  140. response.redirect "index3.asp"
  141. end if
  142. end if
  143. end if%>


  144. 第二种方法:


  145. <%
  146. dim domainname,result
  147. domainname=Request.ServerVariables("SERVER_NAME")
  148. result=right(domainname,12)
  149. if result="my.netbei.com" then
  150. %>
  151. <!--#include file=mynetbei.asp -->
  152. <%
  153. Elseif result="rtisancn.com" then
  154. %>
  155. <!--#include file=artisan.asp -->
  156. <%
  157. Elseif result="gn.netbei.com" then
  158. %>
  159. <!--#include file=web.asp -->
  160. <%
  161. Elseif result=".forwest.com" then
  162. %>
  163. <!--#include file=forwest_com.asp -->
  164. <%
  165. Else
  166. %>
  167. <!--#include file=netbei.asp -->
  168. <%
  169. End if
  170. %>

复制代码

回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-2-13 13:59:02 | 显示全部楼层
  1. 申请了几个域名,可是空间(虚拟主机)只有一个,在网上找到了这段代码,贴上来给大家分享,我的域名有:
  2. www.yuzhiguo.com.cn
  3. www.yuzhiguo.com
  4. www.yuzhiguo.cn

  5. www.poyangwz.com.cn
  6. www.poyangwz.cn
  7. 总共五个,前三个代码里都是转到:“index.asp”页面,后两个是转到“pywz/index.asp”页面,
  8. 代码里:Response.Write( "<frameset><frame src='../pywz/index.asp'></frameset>")是使用了框架模式,对后面的路径进行了隐藏。
  9. 有不懂的地方可以加我QQ。

  10. 代码如下:(保存为dns.asp放置在网站根目录,并在主机控制面板设置dns.asp为最优先访问的页面,比index.asp和index.html等都优先才行哦)
  11. <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
  12. <% Option Explicit %>
  13. <%
  14. Response.Buffer = True
  15. Response.Expires = -1
  16. Response.ExpiresAbsolute = Now() - 1
  17. Response.Expires = 0
  18. Response.CacheControl = "no-cache"

  19. dim sURL
  20. sURL=Request.ServerVariables("HTTP_HOST")
  21. if InStr(sURL,"=")<>0 or InStr(sURL,"`")<>0 or InStr(sURL,"'")<>0 or InStr(sURL," ")<>0 or InStr(sURL," ")<>0 or InStr(sURL,"'")<>0 or InStr(sURL,chr(34))<>0 or InStr(sURL,"")<>0 or InStr(sURL,",")<>0 or InStr(sURL,"<")<>0 or InStr(sURL,">")<>0 then
  22. Response.Status= "404 no found"
  23. Response.End
  24. end if

  25. if InStr(sURL,"www.yuzhiguo.com.cn")<>0 then
  26. Response.Redirect ("index.asp")
  27. Response.End
  28. end if

  29. if InStr(sURL,"yuzhiguo.com.cn")<>0 then
  30. Response.Redirect ("index.asp")
  31. Response.End
  32. end if

  33. if InStr(sURL,"www.yuzhiguo.com")<>0 then
  34. Response.Redirect ("index.asp")
  35. Response.End
  36. end if
  37. if InStr(sURL,"yuzhiguo.com")<>0 then
  38. Response.Redirect ("index.asp")
  39. Response.End
  40. end if

  41. if InStr(sURL,"www.yuzhiguo.cn")<>0 then
  42. Response.Redirect ("index.asp")
  43. Response.End
  44. end if

  45. if InStr(sURL,"yuzhiguo.cn")<>0 then
  46. Response.Redirect ("index.asp")
  47. Response.End
  48. end if

  49. if InStr(sURL,"www.poyangwz.com.cn")<>0 then
  50. Response.Write( "<frameset><frame src='../pywz/index.asp'></frameset>")
  51. Response.End
  52. end if

  53. if InStr(sURL,"poyangwz.com.cn")<>0 then
  54. Response.Write( "<frameset><frame src='../pywz/index.asp'></frameset>")
  55. Response.End
  56. end if

  57. if InStr(sURL,"www.poyangwz.cn")<>0 then
  58. Response.Write( "<frameset><frame src='../pywz/index.asp'></frameset>")
  59. Response.End
  60. end if

  61. if InStr(sURL,"poyangwz.cn")<>0 then
  62. Response.Write( "<frameset><frame src='../pywz/index.asp'></frameset>")
  63. Response.End
  64. end if
  65. %>

  66. 大家可以根据自己的需要灵活运用哦,这样只要你的空间可以绑定多个域名你就可以建多个网站了,很爽吧!


复制代码

回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-2-13 14:04:23 | 显示全部楼层
  1. html、js、asp页面转向代码大全

  2. 内容摘要:在网站留言板、评论系统、论坛、后台等页面,当用户发表完留言或帖子时,需要自动跳转到某个指定页面,这时就要用到页面转向代码了。在html、javascript、asp、php里都有其不同的转向代码。
  3. -
  4. 1.html
  5. 在<head></head>区域加入
  6. 代码: <meta http-equiv=Pragma content=no-cache>
  7. <Meta http-equiv="refresh" content="3;url='http://www.mini88s.com'">

  8. 2. javascript
  9. (1)代码: <SCRIPT LANGUAGE="javascript">
  10. <!-- Begin
  11. redirTime = "3000";
  12. redirURL = www.mini88s.com;
  13. function redirTimer() { self.setTimeout("self.location.href = redirURL;",redirTime); }
  14. // End -->
  15. </script>
  16. <body onLoad="redirTimer()">
  17. (2) 代码: <html><head><title>稍候。。。</title></head>
  18. <body>
  19. <script language=’javascript’>document.location ='http://www.mini88s.com'</script>
  20. </body>


  21. (3) 带进度条的页面跳转代码
  22. 代码: <html>
  23. <head>
  24. <meta http-equiv="Content-Language" content="zh-cn">
  25. <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
  26. <title>新视听资源共享论坛</title>
  27. </head>
  28. <body>
  29. <form name=loading>
  30. <P align=center><FONT face=Arial color=#0066ff size=2>loading...</FONT> <INPUT
  31. style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bolder; PADDING-BOTTOM: 0px; COLOR: #0066ff; BORDER-TOP-style: none; PADDING-TOP: 0px; FONT-FAMILY: Arial; BORDER-RIGHT-style: none; BORDER-LEFT-style: none; BACKGROUND-COLOR: white; BORDER-BOTTOM-style: none"
  32. size=46 name=chart> <BR><INPUT
  33. style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; COLOR: #0066ff; BORDER-BOTTOM: medium none; TEXT-ALIGN: center"
  34. size=47 name=percent>
  35. <SCRIPT>
  36. var bar=0
  37. var line="||"
  38. var amount="||"
  39. count()
  40. function count(){
  41. bar=bar+2
  42. amount =amount + line
  43. document.loading.chart.value=amount
  44. document.loading.percent.value=bar+"%"
  45. if (bar<99)
  46. {setTimeout("count()",100);}
  47. else
  48. {window.location = "";}
  49. }</SCRIPT>
  50. </P></form>
  51. </body>
  52. </html>
  53. 3、asp
  54. 用redirect方法
  55. <%
  56. response.redirect ""
  57. %>
  58. 或者
  59. <%
  60. response.redirect "default.asp"
  61. %>

复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-2-13 14:07:10 | 显示全部楼层
下拉框的各种自动跳转代码,转向代码集合
  1. <html>
  2. <head>
  3. <title>
  4. 下拉框页面跳转
  5. </title>
  6. </head>
  7. <body>
  8. <select name="s1" size=1 onchange="javascript:window.location.href=s1.value;">
  9. <option value="http://www.google.com">1</option>
  10. <option value="http://www.baidu.com">2</option>
  11. </select>
  12. </body>
  13. </html>


  14. 增强版:可跳到新的页面

  15. <html>
  16. <head>
  17. <title>
  18. 下拉框页面跳转
  19. </title>
  20. </head>
  21. <body>
  22. <select name="s1" size=1 onchange="javascript:window.open(s1.value)
  23. ;">
  24. <option value="http://www.google.com">1</option>
  25. <option value="http://www.baidu.com">2</option>
  26. </select>
  27. </body>
  28. </html>


  29. <select name="menu1" class="SelectMenu" onchange="window.open( this.options[this.selectedIndex].value )" style="background-color:#CACACA;border-color:#CACACA">
  30. <option selected="selected">
  31. 校内站点导航
  32. </option>
  33. <option>
  34. ---一管理机构---
  35. </option>
  36. <option value="http://former.scnu.edu.cn/~office/">
  37. 学校办公室
  38. </option>
  39. <option value="http://hsdj.scnu.edu.cn">
  40. 组织部
  41. </option>
  42. <option value="http://former.scnu.edu.cn/~pud/">
  43. 宣传统战部
  44. </option>
  45. <option value="http://former.scnu.edu.cn/~jwjc/">
  46. 纪委监察处
  47. </option>

  48. </select>
复制代码
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|【福康盛世 FULLCO.】 ( 蜀ICP备06016978号 )

康协互通:      ||   || 【2006.6.28~】
本站内容解释权归福康盛世,未经许可授权不得转载他用!
站点个人言论只属个人观点,不代表官方观点!如有侵权,请来电来函!
网络信息不能进行诊断、治疗,如有需要请前往正规医院诊治!
站点相关内容,仅供学习交流,请勿用于其他商业用途!

GMT+8, 2024-11-13 14:50 , Processed in 0.126953 second(s), 17 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表