18/02/2003, 14:39
|
| Moderadora | | Fecha de Ingreso: agosto-2001 Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 23 años, 5 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> |