hi,
What is the error in this code...
s="aa.htm";
if(parent.frame 2.location.href .find(s)==true)
{
parent.frame2.l ocation.href=s;
}
else
{
parent.frame2.l ocation.href="a a1.htm";
}
What is the error in this code...
s="aa.htm";
if(parent.frame 2.location.href .find(s)==true)
{
parent.frame2.l ocation.href=s;
}
else
{
parent.frame2.l ocation.href="a a1.htm";
}
Comment