html 网页跳转代码
发布时间:2020-03-21 10:56:35 所属栏目:MsSql教程 来源:站长网
导读:将以下代码存为默认首页文件如index.html,放在根目录下即可。 不隐藏转向后地址 html head titleRedirect/title meta http-equiv=refresh content=0;url=new site /head body /body /html 隐藏转向后地址 html head titleRedirect/title /head frameset fr
|
将以下代码存为默认首页文件如index.html,放在根目录下即可。 不隐藏转向后地址 <html> <head> <title>Redirect</title> <meta http-equiv="refresh" content="0;url=new site"> </head> <body> </body> </html> 隐藏转向后地址 <html> <head> <title>Redirect</title> </head> <frameset framespacing="0" border="0" rows="0" frameborder="0"> <frame name="main" src=http://www.jb51.net/web/"new site" scrolling="auto" noresize> </frameset> </html> (编辑:武汉站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
相关内容
- sql-server – SQL Server如何确定缺失索引请求中的键列顺序
- 加一送一” 好礼不贵——TARGA德亚大礼相随
- sql-server – 如何在脚本中设置SQL Server脚本的超时?
- 数据库 – 为什么他们使用DBMS_STATS.GATHER_TABLE_STATS?
- 如何使用构造函数在选择子句中为多个表的选定列编写HQL JOI
- 昂达NK7U PRO:让您的Athlon 2500+稳超3200+
- kuro,不酷不流行
- sql-server – 资源池“internal”中没有足够的系统内存来运
- 电脑一拖二——捷波魔力孖仔之系统监控谈
- SoBig.F攻击速度变缓但新变种SoBig.G要来?
站长推荐
热点阅读


