javascript pop-ups thru frames
the quick story:
i purchased a domain name from directnic, intending to redirect the domain to a specific folder on my server. to do that, directnic dynamically creates a frameset on their end, with the site i'm pointing to as the single frame, at 100% width and height.
i created the flash site on my end, uploaded it to a folder on my server, had directnic succesfully direct the domain and everything worked perfectly!
sorta.
it seems that, somewhere, my javascript pop up code got screwy in the mix, because of the frame.
the code works, the popup works, and the site works. i've tested it locally, and by entering the actual, longer URL (not the directnic domain redirect). all the tests work fine.
however, when i type in the directnic URL, then try to open the popup, the button clicks but nothing happens. no window, no error, nothing.
what'd i do?