永发信息网

怎么弄网页自动转跳

答案:6  悬赏:40  手机版
解决时间 2021-06-04 17:39
  • 提问者网友:皆是孤独
  • 2021-06-04 04:04
喂喂喂 ~!不要打 英语我不懂 o(︶︿︶)o 唉 要是有图的就好了 我的 Q:302561581
最佳答案
  • 五星知识达人网友:北城痞子
  • 2021-06-04 05:34
网页自动跳转代码

代码一、
在<html>后边加这句
<meta HTTP-EQUIV=REFRESH CONTENT="2;URL=www.webso.com.cn">


其中content="几秒后跳转;url=跳转页面"


代码二、

在 <head></head> 之间加入以下代码:


<meta http-equiv="refresh" content="5;URL= http://www.yoururl.com">


注:content:时间,以秒为单位;URL:转向的网址。



在 <body> 里添加代码:


<body onload="location.href='www.yoururl.com'">



脚本形式:


<SCRIPT LANGUAGE="javascript">
<!-- Start Code
if ((screen.width == 800) && (screen.height == 600))
{
window.location.href="news/main.asp"
}else
window.location.href="news/main.asp"
// End Code -->
</SCRIPT>


代码三、
<meta http-equiv="refresh" content="5;URL= http://www.webso.cn">
content="5:设自动刷新的时间为‘5秒’

作用:可做成两种形式的效果1、自动跳转2、每隔几秒刷新当前页

注:请将本段代码插入:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
>请将本段代码插入当前位置<
<title>炎黄视讯</title>
</head>

全部回答
  • 1楼网友:鸠书
  • 2021-06-04 09:36

安F5

  • 2楼网友:青尢
  • 2021-06-04 09:10

用dw编辑网页:

在<head> </head>插入如下代码! <meta http-equiv="Refresh" content="30;URL=你要跳转的网站" />

  • 3楼网友:青尢
  • 2021-06-04 08:11
自动跳GOOGLE问题. 打开 Internet选项(就是右键桌面的浏览器图标,点属性) 程序 加载器 {9A568672-D437-469E-86C2-F6E4A115607}给它禁止了。重新点开浏览器 就OK了 大括号里的可能不一样,反正就是数字和字母组成的就对了
  • 4楼网友:一把行者刀
  • 2021-06-04 07:25
这是一个电子元器件查询网站的自动跳转页 <script language="javascript"> var newdomain="www.ic-datasheet-pdf.com"; //新域名 var stoptime=1; //404页面停留时间,以秒为单位 var tmp=document.location.href; if(tmp.indexOf('?404;')>0) {My_Url=tmp.substring(tmp.indexOf('?404;')+5,tmp.length);} else {My_Url=tmp;} godomain(); function godomain() { if(My_Url.lastIndexOf('datasheet/')>0) { var stra=My_Url.substring(0,My_Url.lastIndexOf('datasheet/')); var str=My_Url.substring(My_Url.lastIndexOf('datasheet/')); My_Url=stra+str.replace(/\//g,"-")+'.aspx'; } else if(My_Url.lastIndexOf('shortcut/')>0) { var stra=My_Url.substring(0,My_Url.lastIndexOf('shortcut/')+9); var str=My_Url.substring(My_Url.lastIndexOf('shortcut/')+9); My_Url=stra+str.replace(/\//g,"-")+".aspx"; } else { My_Url=" http://www.ic-datasheet-pdf.com/"; } setTimeout("gourl()",stoptime*500); } function gourl() {window.location=My_Url;} </script>
  • 5楼网友:荒野風
  • 2021-06-04 06:04

使用JSP中内置对象

<% response.setHeader("Refresh", "时间; url=网址"); %>

我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯