tpeck
05-05-2010, 12:11 PM
I have this translator gadget which is inside an iframe.
<iframe allowtransparency="true" align="top" scrolling="no" width="256" height="135" frameborder="0" src="http://cdn.labpixies.com/campaigns/babylon/babylon.html">
</iframe>
I need the iframe, but it doesn't function the way it does if only the url is used:
http://cdn.labpixies.com/campaigns/babylon/babylon.html
You can see that using the url, a word translation pops up in a box (which is what I require).
But from an iframe the popup box is empty and the default browser opens in a new window.
Is there a way to use the iframe but retain the functionality of the url?
Or perhaps it's something beyond our control?
Thanks.
<iframe allowtransparency="true" align="top" scrolling="no" width="256" height="135" frameborder="0" src="http://cdn.labpixies.com/campaigns/babylon/babylon.html">
</iframe>
I need the iframe, but it doesn't function the way it does if only the url is used:
http://cdn.labpixies.com/campaigns/babylon/babylon.html
You can see that using the url, a word translation pops up in a box (which is what I require).
But from an iframe the popup box is empty and the default browser opens in a new window.
Is there a way to use the iframe but retain the functionality of the url?
Or perhaps it's something beyond our control?
Thanks.