Dear,
I have a flash file in "Default.ht m" page which have a ifram called "main".
In the links in the flash file I have this function to call another page in "main" iframe:
on(release)
{
getURL("contact us.htm","main") ;
}
But when the contactus.htm page load, it load in a new frame, and not in the iframe, why?
Help me please, thx
I have a flash file in "Default.ht m" page which have a ifram called "main".
In the links in the flash file I have this function to call another page in "main" iframe:
on(release)
{
getURL("contact us.htm","main") ;
}
But when the contactus.htm page load, it load in a new frame, and not in the iframe, why?
Help me please, thx