Ver Mensaje Individual
  #4 (permalink)  
Antiguo 30/10/2007, 11:48
Avatar de deet
deet
 
Fecha de Ingreso: mayo-2005
Ubicación: Córdoba - Argentina
Mensajes: 269
Antigüedad: 19 años
Puntos: 1
Re: paso de valores entre ventanas

fijate con esto:

Código PHP:
while ( ....) { 

$wcodi=$row['codi']; 
echo 
"<tr>"
echo 
"<td><img src='b_edit-png' onclick='contestar('".$wcodi."');' /></td>";
echo 
"<td>".$wcodi."<td>"
echo
" <td>".$row{'nom']."<td>"
echo 
"<tr>"