|
发表于 2010-8-20 19:35:53
|
显示全部楼层
用了,每个文章下面都多了个 “Download” 连接,查了接口文件,发现下面这些代码好象是多余的,不知道是做什么用,想问问楼主?- $add="javascript:(function(){var a=window,b=document,c=encodeURIComponent,d=a.open(''http://127.0.0.1/wp/dw.php?id=".$postid."'',''bkmk_popup'',''left=''+((a.screenX||a.screenLeft)+500)+'',top=''+((a.screenY||a.screenTop)+50)+'',height=483px,width=500px,resizable=1,alwaysRaised=1'');a.setTimeout(function(){d.focus()},300)})();";
- $add='</br></br></br><a href="'.$add.'">Download</a>';
- $sqledit3="UPDATE `".$tablepre."posts` SET post_content=concat(post_content ,'$add') where id='$postid'";
- $qim=$db->query($sqledit3);
复制代码 |
|