*Fla/Js/Pop/Opener

  • Started
  • Last post
  • 1 Response
  • popovich

    So many keywords in the subjects.... but that doesn't help me feel less dumb today.
    Look. No big deal. But I am still getting problemos.
    I have a popup filled with flash. on(release) I need to open a content page in the opener window. As the opener is actually a framed page, I have to get to the content page. It doesn't work. Moock's window opening techniques didn't help, somehow. I am sure I am missing something obvious....

    on(release){
    getUrl(javascript:launch('blah.h...

    function launch(arg){
    if(opener){
    opener.content.location.href=arg...
    }
    }

    so what's the problem?!
    HELP!

  • popovich0

    nevermind. it was a syntax error. getURL("javasc....

    yo.