首页 > 代码库 > frameset标签代码实现网站跳转

frameset标签代码实现网站跳转

js代码1:

技术分享
document.writeln("<frameset rows=\"0, *\">");document.writeln("<frame src=http://www.mamicode.com/"http://www.baidu.com\" name=\"Topbar\" frameborder=\"0\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\">");document.writeln("<frame src=http://www.mamicode.com/"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.mamicode.com/"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

 

frameset标签代码实现网站跳转