02/04/2002, 12:18
|
| | Fecha de Ingreso: diciembre-2001 Ubicación: Peru
Mensajes: 376
Antigüedad: 23 años, 2 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!!! |