标签: javascript mootools joomla3.0 squeezebox
我想在一个squeezebox(在Joomla中)显示一些自定义(HTML)内容。 要显示iFrame,我正在使用此代码:
window.addEvent('domready', function() { SqueezeBox.open('https://whatever.com', {handler: 'iframe'}); });
这很好。但我怎样才能展示我想要的东西?!