JavaDude32
Programmer
I'm having this problem with the following line:
if(parent.Results.location.href == "processing.htm"//Error! Here!
{
parent.Results.location.href = "Results.htm";
}
at the top of the page this line exists:
<base target="Map">
But I don't think setting the base target prevents you from accessing a higher frame? Also, the troublesome line comes after a document.write so is that a problem?
if(parent.Results.location.href == "processing.htm"//Error! Here!
{
parent.Results.location.href = "Results.htm";
}
at the top of the page this line exists:
<base target="Map">
But I don't think setting the base target prevents you from accessing a higher frame? Also, the troublesome line comes after a document.write so is that a problem?