0
00steve
Hi,
I am using the line:
parent.document.location.href = "newpage.html";
to change the page of the parent from within an Iframe. This works
fine in IE6/7, although not in Firefox. The error console reads:
"parent.document.location.href is not a function"
Does anyone know an alternate / cross browser way of accomplishing
this task?
Thanks
I am using the line:
parent.document.location.href = "newpage.html";
to change the page of the parent from within an Iframe. This works
fine in IE6/7, although not in Firefox. The error console reads:
"parent.document.location.href is not a function"
Does anyone know an alternate / cross browser way of accomplishing
this task?
Thanks