Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/05/2006, 14:46
Avatar de jcxnet
jcxnet
 
Fecha de Ingreso: octubre-2005
Ubicación: Perú
Mensajes: 784
Antigüedad: 18 años, 7 meses
Puntos: 56
Trata de esta forma:
Código PHP:
$nombre=$_REQUEST['nombre'];
$nlista=urlencode(stripslashes($_REQUEST['nombre']));
echo <<< EOT
<img src="./imagenes/database_delete.gif" border="0" width="11" height="14">&nbsp;<a href="#" onclick="javascript:Borrar();">Borrar lista de reproducci&oacute;n</a><br>
<script>
 function Borrar(){
  rpta=confirm('Are you sure you want to delete $nombre from database? \n(This action cannot be un-done)');
 if(rpta)
   ventanaBorrar('./borrar_lista.php?nombre_lista=$nlista'); 
}
</script>
EOT; 
Un poco de orden nunca cae mal ;)
__________________
►I'm a devil on the run ♂
Jcxnet.com
*Keep It Simple **