Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/06/2010, 10:55
Luciata
 
Fecha de Ingreso: mayo-2010
Ubicación: www.brumasound.com
Mensajes: 52
Antigüedad: 14 años, 9 meses
Puntos: 0
Oclick no ejecuta la funcion php

A ver, tengo esto:

Código PHP:
echo '<a target="_blank" href="http://www.dominio.com/flly/index.php?do=details&task_id=' $fila->task_id '&project=' $fila->project_title '&status[]=" onclick="agregar_usuario('.$userid.', '.$encontrado.','.$fila->task_id.')">Abrir</a>'
Y no me ejecuta la funcion al hacer click, el enlace lo abre correctamente, pero agregar_usuario no.