frameset标签代码实现网站跳转
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标签代码实现网站跳转的更多相关文章
- 用Meta标签代码让360双核浏览器默认极速模式打开网站不是兼容模式
公司所作的页面在360下打开都会遇到在360下自动跳到360兼容模式引发许多兼容问题,摸索了好久终于在网上找到了怎么解决的方法,详情如下: 其实360给网站开发者设计了一种选择的方法,只要加入一段Me ...
- HTML的iframe标签妙用 - 在线执行前端代码的网站原理是什么?
在我自己的日常前端开发中,其实iframe标签出现的次数并不是很多.作为一个很古老(浏览器兼容性非常好)的标签,有必要去了解一下它的典型应用场景. (图片说明:所有浏览器都支持iframe,无论什么版 ...
- ThinkPHP HTML标签代码和UBB互相转换
1.UBB 转为 HTML TP的扩展里面自带一个ubb方法,用这个方法就能把用户输入的ubb格式代码转换为HTML标签的代码.这里用到的基本知识就是正则表达式啦,今天先不讲正则表达式. 来看一下TP ...
- frameset标签设计页面
重要事项:不能将 <frameset></frameset> 标签放在<body></body> 标签里.且 HTML5 已经不支持 frameset ...
- a标签点击不跳转的几种方法
a标签点击不跳转的几种方法 1.onclick事件中返回false <a href="http://www.baidu.com" onclick="return f ...
- <a>标签点击不跳转
HTML中的<a></a>标签点击不跳转的方法 一.<a href="####" ></a> 使用这个方法我们会发现<a hr ...
- jquery/js/a标签实现当前页面跳转的两种方法
在逛购物网站首页时经常看到侧边导航栏,当我们点击导航栏中某一项时会跳转到当前页面的某一处 有两种方法实现,一种是利用js计算好各位置的高度,通过绑定事件使页面跳转到指定位置,另一种是利用a标签进行当前 ...
- 国内2大Git代码托管网站
可以说GitHub的出现完全颠覆了以往大家对代码托管网站的认识.GitHub不但是一个代码托管网站,更是一个程序员的SNS社区.GitHub真正迷人的是它的创新能力与Geek精神,这些都是无法模仿的. ...
- 支持自动切换的tab标签代码札记
html代码如下: <!-- tab标签代码begin --> <div class="tab1" id="tab1"> <div ...
随机推荐
- 使用wampserver安装Composer的注意事项
http://getcomposer.org/Composer-Setup.exe 修改C:\wamp\bin\php\php5.3.10中php.ini中的配置 在php.ini中开启php_ope ...
- Java从服务器上获取时间,动态在jsp页面显示
Java获取服务器时间,动态显示到jsp页面,大家都是到Java只能获取一次,到页面的时间是静态的,不过通过js和Java的合作,巧妙地实现此功能 本人是给电视做系统,客户要求页面能显示时间,因为电视 ...
- 部署war包到tomcat服务器
1.首先通过eclipse的maven install生成项目的war包 2.然后把war包解压到tomcat目录下的webapps目录下 3.然后运行tomcat下的bin目录下的startup.b ...
- Oracle的SCN与检查点机制
Oracle的SCN与检查点机制 SCN在Oracle的文档上以多种形式出现,一种是System Change Number,另一种是System Commit Number,在大多数情况下,Syst ...
- pgsql自动安装shell脚本整理
前面不断在vm虚拟机上测试pgsql,发觉安装还是有些麻烦的. 所以就收集了一些 1,http://www.davidghedini.com/pg/entry/postgresql_9_5_scrip ...
- 【JAVA - SSM】之MyBatis与原生JDBC、Hibernate访问数据库的比较
首先来看一下原生JDBC访问数据库的代码: public static void main(String[] args) { // 数据库连接 Connection connection = null ...
- Javascript从入门到精通(一)
第一篇 基础知识 一.JavaScript的主要特点:1.解释性:不同于一些编译性的程序语言(如C.C++等),它是一种解释性的程序语言,它的源代码不需要经过编译,而是直接在浏览器中运行时被解释. ...
- MVC入门教程-视图中的Layout使用
本文目标 1.能够重用Razor模板进行页面的组件化搭建 本文目录 1.母板页_Layout.cshtml 2.用户自定义控件 3.默认Layout引用的使用(_ViewStart.cshtml) 1 ...
- RFC 文档(中文与英文)
http://man.chinaunix.net/develop/rfc/default.htm https://www.rfc-editor.org/retrieve/ http://www.iet ...
- C#绘制圆形时钟
本文由作者参考部分案例后加以修改完成: 参考链接如下: http://blog.csdn.net/xuemoyao/article/details/8001113 http://wenku.baidu ...