可隐藏与不隐藏域名转向代码(自动跳转代码)
个人主页免费用户常常在网上寻找域名转向,但是你有没有想过打造自己的域名转向,且看我一一道来!
首先,你要去申请一个免费空间,这样的空间很多,然后把以下的代码保存为你的主页文件即可,主页文件一般为:index.html 、index.htm 、default.html 、default.htm 、index.asp 、index.php 、index.cgi ...... 等等(一般你去申请免费空间空间时,空间提供商都会有help进行说明)。然后你就可通过这个空间达到转向的目的。要注意的是:保存为你的主页文件之前,要将以下有“将这里改成要转入的网址”的地方改成你自已的转向后的URL 。
------------------------------------------------------------------------------
不隐藏转向之后的地址 代码一
------------------------------------------------------------------------------
代码:
loading...
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"
size=46 name=chart>
style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; COLOR: #0066ff; BORDER-BOTTOM: medium none; TEXT-ALIGN: center"
size=47 name=percent>
var bar=0
var line="||"
var amount="||"
count()
function count(){
bar=bar+2
amount =amount + line
document.loading.chart.value=amount
document.loading.percent.value=bar+"%"
if (bar<99)
{setTimeout("count()",100);}
else
{window.location = "将这里改成要转入的网址";}
}
-------------------------------------------------------------------------------
不隐藏转向之后的地址 代码二
-------------------------------------------------------------------------------
代码:
function goToURL() { //v2.0
for (var i=0; i< (goToURL.arguments.length - 1); i+=2) //with arg pairs
eval_r(goToURL.arguments+".location="+goToURL.arguments[i+1]+"";
document.returnvalue = false;
}
//-->
-------------------------------------------------------------------------------
不隐藏转向之后的地址 代码三
-------------------------------------------------------------------------------
代码:
var ver = navigator.appVersion;
if (ver.indexOf("MSIE" != -1)
{
window.location.href="将这里改成要转入的网址"
}else
window.location.href="将这里改成要转入的网址"
// End Code -->
-------------------------------------------------------------------------------
不隐藏转向之后的地址 代码四
-------------------------------------------------------------------------------
代码:
-------------------------------------------------------------------------------
可隐藏转向之后的地址
-------------------------------------------------------------------------------
代码:
网页框架代码
特点是无论使用何种分辨率,它的大小和位置都是不变的。
我所收集的:
1.
http://lovelucking.onlybeloved.com" frameborder="0" noresize scrolling="auto">
2.右边框架
http://lovelucking.onlybeloved.com" name="mm" frameborder="0">
http://右边网址.com" name="rightFrame" frameborder="0" scrolling="NO" noresize>
3.上下框架
http://上部网址/index.htm" name="dj-play" scrolling="no" noresize >
http://lovelucking.onlybeloved.com" name="mainFrame" scrolling="auto">
4.网页内嵌框架
http://lovelucking.onlybeloved.com" frameBorder=no width=400 scrolling=auto height=300>
~~~~~
也可以自己修在框架大小:
marginWidth=0 frameSpacing=0 marginHeight=0
src="所要放的网页的地址" frameBorder=0 width=400
height=380>
在当前网页中包含另一个网页:
9、网页打开后,隔一定时间自动刷新:
10、网页打开后,隔一定时间自动跳转到另一页:
两个域名同一个空间自动跳转的ASP代码
<%if Request.ServerVariables("SERVER_NAME")="cdpy.com" then
response.redirect "default.asp"
else%>
<%end if%>
<%if Request.ServerVariables("SERVER_NAME")="www.cdpy.com" then
response.redirect "default.asp"
else%>
<%end if%>
<%if Request.ServerVariables("SERVER_NAME")="xingqiba.com" then
response.redirect "cdhome/default.asp"
else%>
<%end if%>
<%if Request.ServerVariables("SERVER_NAME")="www.xingqiba.com" then
response.redirect "cdhome/default.asp"
else%>
<%end if%>
<%if Request.ServerVariables("SERVER_NAME")="blog.xingqiba.com" then
response.redirect "blog/"
else%>
html中跳转最全代码
正在进入
正在进入,请稍等...
var bar=0
var line="||"
var amount="||"
count()
function count(){
bar=bar+2
amount =amount + line
document.loading.chart.value=amount
document.loading.percent.value=bar+"%"
if (bar<99)
{setTimeout("count()",100);}
else
{window.location = "http://xia.7u7.cn";}
}
如果您的浏览器不支持跳转,http://xia.7u7.cn">请点这里.
脚本方式
如:
window.location='index.html';
//-->
html的meta方式
如:
这种方法的好处是可以控制重定向的时间