![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
28/05/2010, 08:04
|
![Avatar de martin0341](http://static.forosdelweb.com/customavatars/avatar150652_1.gif) | | | Fecha de Ingreso: septiembre-2006 Ubicación: Rosario - Santa Fe
Mensajes: 296
Antigüedad: 18 años, 5 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");
} |