Ver Mensaje Individual
  #4 (permalink)  
Antiguo 25/04/2006, 10:34
darthnacho
 
Fecha de Ingreso: julio-2004
Mensajes: 15
Antigüedad: 20 años, 5 meses
Puntos: 0
no funciono, pero posteo la funcion que uso pa abrir el pop up

<script language="JavaScript">
function openNewWindow(URLtoOpen, windowName, windowFeatures) {
newWindow=window.open(URLtoOpen, windowName, windowFeatures);
}
</script>

quiza eso ayude