网页跳转代码
经常的浏览网页的时候,跳出很多网页游戏广告,谁知道怎么在网站上面添加跳转代码?不隐藏原来的网站!需要在新的网页跳出另外一个网站!...
经常的浏览网页的时候,跳出很多网页游戏广告,谁知道怎么在网站上面添加跳转代码?不隐藏原来的网站!需要在新的网页跳出另外一个网站!
展开
展开全部
网页 最后加一行js 就行了
<script>
window.open('http://www.baidu.com');
<script>
这个后面加参数 可以限制窗口大小 工具栏有无什么的!
具体的你网上搜 wondow.open的用法吧!
<script>
window.open('http://www.baidu.com');
<script>
这个后面加参数 可以限制窗口大小 工具栏有无什么的!
具体的你网上搜 wondow.open的用法吧!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title> </title>
<script type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
var timeout=5;
function CloseWindow(){
if(timeout==0) document.getElementById("WebBrowser").ExecWB(45,1);
else {
timeout--;
document.getElementById("time").innerText=timeout;
}
setTimeout("CloseWindow()",1000)
}
</script>
</head>
<body onload="MM_openBrWindow('改成你的网址','aa','width=1,height=1');
CloseWindow()">
该页将在<span id=time> </span>秒后自动关闭
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title> </title>
<script type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
var timeout=5;
function CloseWindow(){
if(timeout==0) document.getElementById("WebBrowser").ExecWB(45,1);
else {
timeout--;
document.getElementById("time").innerText=timeout;
}
setTimeout("CloseWindow()",1000)
}
</script>
</head>
<body onload="MM_openBrWindow('改成你的网址','aa','width=1,height=1');
CloseWindow()">
该页将在<span id=time> </span>秒后自动关闭
</body>
</html>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<html><body onload="javascript:window.open('http://www.yqok.com');"></html>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |