用php发出警报 [英] making an alert with php

查看:82
本文介绍了用php发出警报的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有这个代码,当用户点击它将删除记录:


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希望在提交行动之前做一点确认。怎么用

呢?


tnx

解决方案

颜色 '' "。 width =" 40">< font face =" Verdana"

size =" 1">

< a href =" del。 ?PHP的ID = ''

ID。 '' &安培; DBF = '' " '

dbf_new。';>删除< / a>< /

font>< / td>'';


i想要在提交动作之前做一点确认。怎么

这样做?


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


这篇关于用php发出警报的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆