首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

就这么一块代码,如何就没人改对呢?请大家帮忙.小弟我给20分啊

2012-02-24 
就这么一块代码,怎么就没人改对呢?请大家帮忙.我给20分啊!echotdahrefsavefile.php?showdid.mysql_

就这么一块代码,怎么就没人改对呢?请大家帮忙.我给20分啊!
echo " <td> <a href=savefile.php?showdid=".mysql_result($result,$i,'resourceid')." onclick='confirm("Are you sure?"){return true;}return false;'> delete </td> "


 就这么一块代码,怎么就没人改对呢?请大家帮忙.我给20分啊!



[解决办法]
echo "<td><a href=savefile.php?showdid=".mysql_result($result,$i,'resourceid')." onclick='if (confirm(\"Are you sure?\"))return true;return false;'> delete</td>" ;

热点排行