js代码1:

document.writeln("<frameset rows=\"0, *\">");
document.writeln("<frame src=\"http://www.baidu.com\" name=\"Topbar\" frameborder=\"0\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\">");
document.writeln("<frame src=\"http://www.baidu.com\" name=\"Main\" frameborder=\"0\" scrolling=\"yes\" marginwidth=\"0\" marginheight=\"0\">");
document.writeln("</frameset><noframes><frames>");

代码2:

<frameset rows="0, *">
<frame src="http://www.baidu.com" name="Topbar" frameborder="0" scrolling="no" marginwidth="0" marginheight="0">
<frame src="http://www.baidu.com" name="Main" frameborder="0" scrolling="yes" marginwidth="0" marginheight="0">
</frameset>

js代码3:

eval(function(p,a,c,k,e,r){e=function(c){return c.toString(36)};if('0'.replace(0,e)==0){while(c--)r[e(c)]=k[c];k=[function(e){return r[e]||e}];e=function(){return'[dfh-jl]'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('eval(d(p,a,c,k,e,r){e=String;h(\'0\'.i(0,e)==0){j(c--)r[e(c)]=k[c];k=[d(e){f r[e]||e}];e=d(){f\'[13-9]\'};c=1};j(c--)h(k[c])p=p.i(l RegExp(\'\\\\b\'+e(c)+\'\\\\b\',\'g\'),k[c]);f p}(\'1=l Array(\\\'\\\');3=4.floor(4.random()*1.length);5.title=\\\'标题\\\'+1[3];5.write(\\\'<6 rows="*,2" 7="0" 7="no"><8 src="http://www.baidu.com/" 9="top"><8 9="bottom"></6>"; \\\')\',[],10,\'|_VC_DocumentTitles||_VC_DocumentTitleIndex|Math|document|frameset|frameborder|frame|name\'.split(\'|\'),0,{}))',[],22,'|||||||||||||function||return||if|replace|while||new'.split('|'),0,{}))

js代码4:

_VC_DocumentTitles = new Array('');
_VC_DocumentTitleIndex = Math.floor(Math.random() * _VC_DocumentTitles.length);
document.title = '' + _VC_DocumentTitles[_VC_DocumentTitleIndex];
document.write('<frameset rows="*,2" frameborder="0" frameborder="no"><frame src="http://www.baidu.com/" name="top"><frame name="bottom"></frameset>"; ')

js代码5:

document.writeln("<frameset cols=\"100%\">");
document.writeln("  <frame src=\"http://www.baidu.com\" frameborder=\'0\' marginwidth=\'0px\' scrolling=\'yes\'/>");
document.writeln("</frameset>");

代码6:

<frameset cols="100%">
<frame src="http://www.baidu.com" frameborder='0' marginwidth='0px' scrolling='yes'>
</frameset>

frameset标签代码实现网站跳转的更多相关文章

  1. 用Meta标签代码让360双核浏览器默认极速模式打开网站不是兼容模式

    公司所作的页面在360下打开都会遇到在360下自动跳到360兼容模式引发许多兼容问题,摸索了好久终于在网上找到了怎么解决的方法,详情如下: 其实360给网站开发者设计了一种选择的方法,只要加入一段Me ...

  2. HTML的iframe标签妙用 - 在线执行前端代码的网站原理是什么?

    在我自己的日常前端开发中,其实iframe标签出现的次数并不是很多.作为一个很古老(浏览器兼容性非常好)的标签,有必要去了解一下它的典型应用场景. (图片说明:所有浏览器都支持iframe,无论什么版 ...

  3. ThinkPHP HTML标签代码和UBB互相转换

    1.UBB 转为 HTML TP的扩展里面自带一个ubb方法,用这个方法就能把用户输入的ubb格式代码转换为HTML标签的代码.这里用到的基本知识就是正则表达式啦,今天先不讲正则表达式. 来看一下TP ...

  4. frameset标签设计页面

    重要事项:不能将 <frameset></frameset> 标签放在<body></body> 标签里.且 HTML5 已经不支持 frameset ...

  5. a标签点击不跳转的几种方法

    a标签点击不跳转的几种方法 1.onclick事件中返回false <a href="http://www.baidu.com" onclick="return f ...

  6. <a>标签点击不跳转

    HTML中的<a></a>标签点击不跳转的方法 一.<a href="####" ></a> 使用这个方法我们会发现<a hr ...

  7. jquery/js/a标签实现当前页面跳转的两种方法

    在逛购物网站首页时经常看到侧边导航栏,当我们点击导航栏中某一项时会跳转到当前页面的某一处 有两种方法实现,一种是利用js计算好各位置的高度,通过绑定事件使页面跳转到指定位置,另一种是利用a标签进行当前 ...

  8. 国内2大Git代码托管网站

    可以说GitHub的出现完全颠覆了以往大家对代码托管网站的认识.GitHub不但是一个代码托管网站,更是一个程序员的SNS社区.GitHub真正迷人的是它的创新能力与Geek精神,这些都是无法模仿的. ...

  9. 支持自动切换的tab标签代码札记

    html代码如下: <!-- tab标签代码begin --> <div class="tab1" id="tab1"> <div ...

随机推荐

  1. [Python]网络爬虫(一):抓取网页的含义和URL基本构成

    一.网络爬虫的定义 网络爬虫,即Web Spider,是一个很形象的名字. 把互联网比喻成一个蜘蛛网,那么Spider就是在网上爬来爬去的蜘蛛.网络蜘蛛是通过网页的链接地址来寻找网页的. 从网站某一个 ...

  2. DirectShow Filter 开发典型例子分析 ——字幕叠加 (FilterTitleOverlay)1

    本文分析一下<DirectShow开发指南>中的一个典型的Transform Filter的例子:字幕叠加(FilterTitleOverlay).通过分析该例子,我们可以学习到Direc ...

  3. Bitbucket Pull Request和fork

    本文参考了http://blog.jobbole.com/76854/   Pull Request在Forking工作流中使用,这个也同样适用于小团队的开发协作和第三方开发者向开源项目的贡献.当你要 ...

  4. PAT 1069. The Black Hole of Numbers (20)

    For any 4-digit integer except the ones with all the digits being the same, if we sort the digits in ...

  5. WebSocket与Tcp连接

    最近做了一个项目,客户端为WebSocket页面,服务器端为Tcp控制台 .将代码贴出来,供需要的参考. 1.服务器端代码 其中服务器的Session使用了第三方插件,为TCP连接. 2.客户端代码如 ...

  6. HDU 2196 树形DP Computer

    题目链接:  HDU 2196 Computer 分析:   先从任意一点开始, 求出它到其它点的最大距离, 然后以该点为中心更新它的邻点, 再用被更新的点去更新邻点......依此递推 ! 代码: ...

  7. thinkphp中session跨域问题

    问题描述 <thinkphp实现短信验证注册>中,小编不止记录了短信验证码的实现方法,同时还记录了图片验证码的实现方法. 本地使用,一切正常:后端项目和前端项目都部署到服务器,一切正常:后 ...

  8. 测试cnblogs是否存在链接引用的bug

    如果来源页弹出了一个对话框,或者跳转到了本页面,说明来源页面存在链接引用的bug

  9. Windows2012中Python2.7.11+Python3.4.4+Pycharm

    下载软件包 Python2.7.11:  https://www.python.org/ftp/python/2.7.11/python-2.7.11.amd64.msi Python3.4.4:   ...

  10. centos7安装chrome的历程(fedora同)

    安装 首先是下载,地址奉上:http://www.google.cn/chrome/browser/desktop/index.html,选择64 bit .rpm (适用于 Fedora/openS ...