Ver Mensaje Individual
  #1 (permalink)  
Antiguo 07/09/2005, 15:41
Avatar de benti
benti
 
Fecha de Ingreso: octubre-2001
Ubicación: Benidorm
Mensajes: 413
Antigüedad: 23 años, 2 meses
Puntos: 0
Pregunta No sale la barra de scroll

pues que estaba usando mucho tiempo este script y ahora me he dado cuenta que no sale la barra de scroll, pero no encuentro el error:
Código PHP:
var winnull;
function 
NewWindow(mypage,myname,w,h,scroll){
  var 
winl = (screen.width-w)/2;
  var 
wint = (screen.height-h)/2;
  var 
settings  ='height='+h+',';
      
settings +='width='+w+',';
      
settings +='top='+wint+',';
      
settings +='left='+winl+',';
      
settings +='scrollbars=yes';
      
settings +='resizable=no';
  
win=window.open(mypage,myname,settings);
  if(
parseInt(navigator.appVersion) >= 4){win.window.focus();}

Código PHP:
<a href='aviso_legal.html' onclick="NewWindow(this.href,'Nota Legal','400','400','yes');return false\">Nota Legal</a> 
Un saludo y gracias, cosa mas rara...
__________________
Seguro que ahora me sale mejor!