frameset标签代码实现网站跳转
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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标签代码实现网站跳转的主要内容,如果未能解决你的问题,请参考以下文章
网站pc跳转移动端代码分享 alternate canonical 标签