Tema: parametros
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/11/2003, 19:56
Avatar de xlugo2002
xlugo2002
 
Fecha de Ingreso: noviembre-2002
Ubicación: Puebla, México
Mensajes: 474
Antigüedad: 21 años, 6 meses
Puntos: 0
ta`pelado...

function NewWindow(url,nombre,w,h,scroll){
var win = null;

LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
caracteristicas = 'height='+h+',width='+w+',top='+TopPosition+',left ='+LeftPosition+',scrollbars=1'+scroll+',resizable '
win = window.open(url,nombre,caracteristicas)
}





<a href="archivo.asp?id="&tu_parametro&" onClick="NewWindow(this.href,'name','590','500','y es');return false">