I'd like to add an iframe as a child of the content sprite in a laszlo
window. Right now my program looks kinda like this:
<window name="mywin">
...
var ifr = document.createElement( "iframe" );
mywin.content.sprite.__LZdiv.appendChild( ifr );
ifr.src = ...
If I try to this with a regular laszlo view, things work fine, but
something about maybe the masking or the styling is messing it up in the
window. I can see the request get made, so this is a display problem.
Any insight will be appreciated.
Thanks,
Adam