Ver Mensaje Individual
  #3 (permalink)  
Antiguo 14/10/2004, 20:37
Avatar de Edypu
Edypu
 
Fecha de Ingreso: octubre-2003
Ubicación: La Paz - Bolivia
Mensajes: 394
Antigüedad: 20 años, 6 meses
Puntos: 1
cambia tu javascript por este:

Cita:
function verinfo(pvalor)
{
window.open(pvalor,"w1","status=0 toolbar=0 location=0 menubar=0 resizable=0 width=350 height=300 top=10 left=120");
}
y en tu php usas :
Código PHP:
javascript:verinfo('verinfo.php?id=<? echo $valor?>');
Salu2 ;)