首页 > 代码库 > 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>");
代码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.mamicode.com/"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标签代码实现网站跳转
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。