![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
09/04/2007, 16:35
|
![Avatar de totote](http://static.forosdelweb.com/customavatars/avatar160704_1.gif) | | | Fecha de Ingreso: diciembre-2006
Mensajes: 61
Antigüedad: 18 años, 2 meses Puntos: 0 | |
Re: hay MsgBox para php? [QUOTE=eits;1960947]
<head>
<script laguage="javascript">
function pregunta(id)
{
if(confirm("seguro de eliminar el registro con el id="+id))
{
return true;
}
else
{
return false;
}
}
</script>
</head>
/QUOTE]
pero esta parte en que archivo lo pongo? |