Hello,
One person to date has received a runtime error message saying
"parent.framele ft.location is not an object" with the following code.
The code is used to select 2 frames at the same time...
Any ideas why please?
Geoff
<script language="JavaS cript">
<!--
function Home4()
{
parent.f-left.location.h ref = "subject-left.htm";
parent.f-right.location. href = "info-right.htm";
}
// -->
</script>
above is called from another page by the line (by clicking on a
button)
<a href="javascrip t:parent.Home4( );" onMouseOut="MM_ swapImgRestore( )"
One person to date has received a runtime error message saying
"parent.framele ft.location is not an object" with the following code.
The code is used to select 2 frames at the same time...
Any ideas why please?
Geoff
<script language="JavaS cript">
<!--
function Home4()
{
parent.f-left.location.h ref = "subject-left.htm";
parent.f-right.location. href = "info-right.htm";
}
// -->
</script>
above is called from another page by the line (by clicking on a
button)
<a href="javascrip t:parent.Home4( );" onMouseOut="MM_ swapImgRestore( )"
Comment