Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/09/2003, 14:59
maxdewinter
 
Fecha de Ingreso: septiembre-2003
Mensajes: 14
Antigüedad: 21 años, 5 meses
Puntos: 0
Muchas gracias .

Muchas gracias javier, pero tengo implementado este javascript:

<SCRIPT LANGUAGE='JAVASCRIPT' TYPE='TEXT/JAVASCRIPT'>
var win=null;
function popup(mypage,myname,w,h,pos,infocus){
if(pos=="random"){myleft=(screen.width)?Math.floor (Math.random()*(screen.width-w)):100;mytop=(screen.height)?Math.floor(Math.rand om()*((screen.height-h)-75)):100;}
if(pos=="center"){myleft=(screen.width)?(screen.wi dth-w)/2:100;mytop=(screen.height)?(screen.height-h)/2:100;}
else if((pos!='center' && pos!="random") || pos==null){myleft=470;mytop=180}
settings="width=" + w + ",height=" + h + ",top=" + mytop + ",left=" + myleft + ",scrollbars=no,location=no,directories=no,status= no,menubar=no,toolbar=no,resizable=no";win=window. open(mypage,myname,settings);
win.focus();}
</script>
------------------------------------------------------------------------------
y los links son asi
<a href="javascript:popup('map.php?imagen=7.gif&ancho =505&alto=299&t1=505','x','505','332','x','front') ">algo</a>
-------------------------------------------------------------------------------

hay alguna forma de agregarle a este script la opcion de que cierre primero la ventana... disculpa que lo pida pero en javascript no me manejo... De antemano infinitas gracias