I've got what should be a fairly simple implementation of the nyromodal (like thickbox).
I use the modal multiple times on my page, and call it by just using nyromodal as the class on the a-tag that makes the request. The problem I'm having is that on one page I'm trying to put my javascript widget in the nyromodal so that it can be grabbed there (it doesn't really fit onto my own page as it's the same content as on the main page). However, when I load the nyromodal, the page shows up as blank, it won't show the widget. The page which uses the nyromodal is http:/zifimusic.com/v2 (click the 'get it' button on the right in the widget box). The page that the nyromodal is calling is http://zifimusic.com/v2/widgets/getWidget.html Not sure why this isn't working. I think nyromodal is using an iframe to grab the data, but it might be using ajax (my firebug got screwed up somehow and isn't showing the console anymore. I'm working on that too). If nyromodal isn't using an iframe, and is using ajax instead, is their a way to get the ajax to run after the page has been called (if that is what's causing the problem?