Ver Mensaje Individual
  #8 (permalink)  
Antiguo 12/06/2010, 15:49
Avatar de Adler
Adler
Colaborador
 
Fecha de Ingreso: diciembre-2006
Mensajes: 4.671
Antigüedad: 17 años, 10 meses
Puntos: 126
Respuesta: Poner un elemento de una forma en un confirm

Hola

Tienes errores

Código Javascript:
Ver original
  1. if(!confirm('Are you sure that you want to add these numbers to the DNC list for ' + companyname)) return false;"

Además ¿no ves el problema aquí?

Código Javascript:
Ver original
  1. var name = document.getElementById('sel');
  2.  var companyname = name.options[nombre.selectedIndex].text;

Suerte
__________________
Los formularios se envían/validan con un botón Submit
<input type="submit" value="Enviar" style="background-color:#0B5795; font:bold 10px verdana; color:#FFF;" />