Ver Mensaje Individual
  #1 (permalink)  
Antiguo 26/06/2014, 18:29
Avatar de cdrw30
cdrw30
 
Fecha de Ingreso: octubre-2006
Ubicación: Resistencia - Argentina
Mensajes: 104
Antigüedad: 17 años, 6 meses
Puntos: 1
Pregunta Ocultar Boton Maximizar en popup

Hola, necesito sacar el boton maximizr de un popup, veo muchos ejemplos en la web, aparentemetne el resizable = 0 funcionaba en su momento, pero tengo ejemplos y no uedo hacer que oculte el boton maximizar.
mi codigo
<html>
<title>titulo</title>
<script language="JavaScript">
function abrirVentana() {
popup = window.open('http://www.google.com.ar','News','toolbars=false, directories=false,menubar=false,status=false,resiz eable=false, width=280, height=280');
}
</script>

<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">
<body onload="abrirVentana()">


</body>

</html>

o sea bien simple, hay muchos ejemplos aprecido pero aparentemente los anvegadores siendo el 2014 ya no lo reconocen, algun ejemplo o noticia al respecto?
Gracias