Ver Mensaje Individual
  #7 (permalink)  
Antiguo 07/09/2010, 12:42
Avatar de Adler
Adler
Colaborador
 
Fecha de Ingreso: diciembre-2006
Mensajes: 4.671
Antigüedad: 18 años
Puntos: 126
Respuesta: Problema con una funcion en .JS

Hola

De acuerdo, no lo entiendo pero tu mandas
Cita:
echo "<td><div align='center'> <a id=\"vink\" style=\"color:#FFFFFF; font-family:'Calibri';\" href=\"#\" onclick=\"addRowGrab('myGrab','".$row[0]."','".$row[1]."','".$row[2]."','".$row[3]."','".$row[4]."','".$row[5]."','divMyGrab', this.id); return false;\"> <img src='add.png'></a> </div></td>";

function addRowGrab(thisA) {
document.getElementById(thisA).innerHTML = '';
}
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;" />