Ver Mensaje Individual
  #4 (permalink)  
Antiguo 28/05/2010, 08:04
Avatar de martin0341
martin0341
 
Fecha de Ingreso: septiembre-2006
Ubicación: Rosario - Santa Fe
Mensajes: 296
Antigüedad: 17 años, 7 meses
Puntos: 8
Respuesta: Como paso un id a una ventana emergente

function ListaPrecios(identificador)
{

var grupos=document.getElementById("slt_grupos").value ;

miPopup = window.open("listadeprecios.php?grupos="+grupos+"& id="+identificador,"frame_datos",
"width=950,height=400,scrollbars=yes,fullscreen=no ,top=50,left=200");
}