GetURL() & iframes links

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hassanayoub85
    New Member
    • Dec 2007
    • 1

    GetURL() & iframes links

    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
Working...