Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/02/2003, 14:39
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 22 años, 8 meses
Puntos: 381
Que tal,

prueba así

<script language="JavaScript">
function boton()
{
ventana = window.open("empresas_ver.cfm", "_blank", "resizable=yes,height=400,width=430,top=x,left=y,s creenX=x,screenY=y,scrollbars=yes");
}
</script>