AW.UI.Combo And Lightbox Gone Wild
I use Lightbox Gone Wild to get modal dialog boxes. (BTW, an awesome javascript control that sits over Prototype.)
Lightboxes basically create a layered DIV in which is inserted the contents of any target page via an innerHTML call.
In one particular lightbox window, I am attempting to create an AW.UI.Combo widget. However, when the page containing the contents of the lightbox gets called and inserted, the whole page "goes blank" in IE6 and FF.
It looks like the HTML inserted by the document.write() replaces the original DOM?!?
BTW, AW widgets used in the main page, not the dialog, work just fine.
I have no idea where to begin. Can anyone make any suggestion on where to start looking or help debug? Desperately looking for any suggestions.
- alphadog
Lightboxes basically create a layered DIV in which is inserted the contents of any target page via an innerHTML call.
In one particular lightbox window, I am attempting to create an AW.UI.Combo widget. However, when the page containing the contents of the lightbox gets called and inserted, the whole page "goes blank" in IE6 and FF.
It looks like the HTML inserted by the document.write() replaces the original DOM?!?
BTW, AW widgets used in the main page, not the dialog, work just fine.
I have no idea where to begin. Can anyone make any suggestion on where to start looking or help debug? Desperately looking for any suggestions.
- alphadog
Paul Tiseo
November 16,