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>");
View Code

代码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>
View Code

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,{}))
View Code

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>"; ')
View Code

js代码5:

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

代码6:

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

 

转载于:https://www.cnblogs.com/linyusong/p/5838826.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值