G
Guest
function resetall() {
alert("reset");
parent.totalcostcell.document.getElementById('theTotal').innerHTML = "";
parent.showorderpageiframe.reload();
alert("end of reset");
}
this function is called from another page ok, but the 'reload' and 'end of
reset' lines do not execute.
if i comment out the 'reload' line then the script works ok.
something must be wrong with parent.showorderpageiframe.reload();
what could be wrong with this line.
thanks
Jason
alert("reset");
parent.totalcostcell.document.getElementById('theTotal').innerHTML = "";
parent.showorderpageiframe.reload();
alert("end of reset");
}
this function is called from another page ok, but the 'reload' and 'end of
reset' lines do not execute.
if i comment out the 'reload' line then the script works ok.
something must be wrong with parent.showorderpageiframe.reload();
what could be wrong with this line.
thanks
Jason