Lo Probe pero no me funciono:
aqui te dejo mi codigo.
Código PHP:
<html>
<head >
<title>Untitled</title>
<script>
//refresco el index 2 por medio de de una funcion
function refres(){
window.top.d.reload();
}
</script>
</head>
<body bgcolor="ladyblue" onload="refres()">
</body>
</html>
he calado este tambien
window.parent.frames[5].location.reload();