Bonjour a tous,
Voila le probleme qui m amene : j ai une fenetre fille issue d une fenetre grand-grand-...-mere. Je veux changer un champ dans la fenetre grand-grand-...-mere mais malheureusement une des grand-meres est morte entre temps. Comment faire ?
Mon code pour l instant est :
function changestatus(area) {
var motherwindow = window.top.opener;
while(motherwindow .name != 'motherwindow')
{
motherwindow = motherwindow.top.opener;
}
motherwindow .location.href= area + '.xml';
}
Merci de me dire si c est au moins possible :D
Lapin, lapin, ...