Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/04/2002, 07:28
bet
 
Fecha de Ingreso: febrero-2001
Mensajes: 292
Antigüedad: 23 años, 2 meses
Puntos: 0
Re: ventana con tamaño determinado

Algo así te sirve?

Código:
<html>
<head>
<title> New Document </title>
<script language="JavaScript">
<!--
function movete(){
window.moveTo(0,0);
top.window.resizeTo(200,200);
}
//-->
</script></head>

<body bgcolor="#FFFFFF" onLoad="movete();">

</body>
</html>
<hr noshade size=1><img src="http://www.gograph.com/Images-8712/ClipArt/cat03.gif" height="50" border=0 align="absmiddle"> <font size="2" face="verdana" color="#000000">bet[/CODE]