que tal Caricatos, intenté colocar un simple boton para hacer el redirect.. :
Código:
....
function sample () {
parent.frames["iframePrices0"].location.href = 'CurrentsharePrice.aspx';
}
...
<input type="button" onclick="sample();" value="Redirect" />
y en IE me anda bien, pero en FF parece que no le gusta porque no me hace nada... inclusive mi firebug me arroja lo siguiente:
Cita: parent.frames.iframePrices0 has no properties
resize()(line 22)
onload( )