Ver Mensaje Individual
  #6 (permalink)  
Antiguo 02/04/2002, 11:46
Murallitz
 
Fecha de Ingreso: diciembre-2001
Ubicación: Peru
Mensajes: 376
Antigüedad: 22 años, 5 meses
Puntos: 0
Re: Ventana sin scroll

Prueba con esto..

<SCRIPT LANGUAGE="JavaScript">
function Ventana()
{
newwin = window.open("prueba.asp",null,"heig ht=400,width=650,status=no,toolbar=no,menubar=no,s crolling=no,location=no, titlebar=no");
newwin.opener=self;
}
</script>
<form name="form1" method="post" action="">


<img src="enviar3.gif" width="74" height="52" onClick="Ventana()">



Espero que te ayude!!!