WRInaute occasionnel
Bonjour,j'ai un truc qui marche pas bien lorsque je clique sur un lien image je n'arrive pas à recadrer le popup ouvert en fonction de la taille de l'image...
Quand j'utilise window.resizeTo(document.images.width+10,document.images.height+10)
c'est la fenêtre mère qui se recadre....
En fait je code comme ça:
var o=window.open(photos,'_blank','width=700,height=700');
function ouvre(){document.write("o");o.window.resizeTo(document.images.width+10,document.images.height+10)
}
Quand j'utilise window.resizeTo(document.images.width+10,document.images.height+10)
c'est la fenêtre mère qui se recadre....
En fait je code comme ça:
var o=window.open(photos,'_blank','width=700,height=700');
function ouvre(){document.write("o");o.window.resizeTo(document.images.width+10,document.images.height+10)
}