发新话题
打印

[求解] 请高手给小弟解决一下这段代码!!

请高手给小弟解决一下这段代码!!

document.writeln("<iframe src=\'http:\/\/player1.89525.com\/p\/"+style+"\/index.php?user="+user+"\' width=\'"+width+"\' height=\'"+height+"\' title=\'"+title+"\' marginwidth=\'0\' marginheight=\'0\' border=\'0\' frameborder=\'0\' scrolling=\'no\'><\/iframe>");

TOP

就是嵌套  player1.89525.com/ $style /index.php?user=$user  这个网址阿

嵌套的这个页面是隐藏的

TOP

楼主,你好

这是一个框架调用代码,转换html为:

<iframe src="http://player1.89525.com/p/"+style+"/index.php?user="+user+"" width=""+width+"" height=""+height+"" title=""+title+"" marginwidth="0" marginheight="0" border="0" frameborder="0" scrolling="no"></iframe>

意思是:在当前的页面位置嵌入一个框架(其width=""+width+"" height=""+height+"" title=""+title+"" marginwidth="0" marginheight="0" border="0" frameborder="0" scrolling="no"),其内容来自http://player1.89525.com/p/"+style+"/index.php?user="+user+""

[ 本帖最后由 itboker 于 2008-4-15 12:06 编辑 ]

TOP

发新话题