ho riscontrato un bug introdotto dall'ultima patch di sicurezza microsoft per ie, che non gestisce correttamente gli url relativi quando si effettua una location da un frame tramite una funzione contenuta in un altro frame.
Nessuno ha notizie? In rete ho trovato solo:
questo link
Last patch for IE6, numbered Q822925, causes malfunctions of previously written applications.
Problem description: when sending relative URL address to global javascript function (in case of nested frames it is located in top frame in order to provide maximal re-use and flexibility), this top function uses the URL address of top page as a base, not the URL address of the caller of the top function (one of nested frames). This results in 404. This problems occured after installing above mentioned patch.