本文是小编为大家收集整理的关于使用php发出警报的处理/解决方法,可以参考本文帮助大家快速定位并解决问题,中文翻译不准确的可切换到English标签页查看源文。
问题描述
我有这个代码,当用户点击它会删除记录:
echo'' <td bgcolor="''.$color.''"宽度="40">大小="1">
<a href="del.php?id=''.$id.''&dbf=''.$dbf_new.''></a></
字体></td>'';
我想在采取行动之前做一点确认.如何
怎么办?
tnx
推荐答案
color.''"宽度="40">大小="1">
<a href="del.php?id=''.
id.''&dbf=''.
dbf_new.''>删除</a></
字体></td>'';
我想在采取行动之前做一点确认.如何
怎么办?
tnx
问题描述
i have this code that when the user click it will delete the record:
echo'' <td bgcolor="''.$color.''" width="40"><font face="Verdana"
size="1">
<a href="del.php?id=''.$id.''&dbf=''.$dbf_new.''">delete</a></
font></td>'';
i wanted to do a little confirmation before commiting the action. how
to do it?
tnx
推荐答案
color.''" width="40"><font face="Verdana"
size="1">
<a href="del.php?id=''.
id.''&dbf=''.
dbf_new.''">delete</a></
font></td>'';
i wanted to do a little confirmation before commiting the action. how
to do it?
tnx