通过 id 关闭 SqueezeBox
好吧,谷歌这个,但我没有找到太多 我正在使用 joomla 1.7 我有一个主窗体,我想打开一个弹出窗口 所以我有这段代码
$url ="index.php?option=com_tkgest&view=devis_ligne&is_popup=true&tmpl=component";
<a rel="{handler: 'iframe', size: {x: 500, y: 300}}" href="<?php echo $url; ?>" class="modal" target="_blank">
<img class="button-20" src="../media/com_tkgest/images/icon-32-search.png" title="<?php echo JText::_('COM_TKGEST_CHERCHER_PRODUIT'); ?>" />
</a>
,这将打开“devis_ligne
”弹出窗口 在 devis_ligne 弹出窗口中,我有相同的代码可以在另一个弹出窗口中打开,让我们
在产品弹出窗口中将其称为产品,我从此列表中选择了一个产品,然后执行此代码
window.parent.SqueezeBox.close() 来关闭产品,但不幸的是,关闭了产品一和 devis_ligne 的拖曳弹出窗口,这不是我想要的,
也许我应该为每个弹出窗口提供一个 id或者我不知道如何解决这个问题,
谢谢
Well google this but I' did not found much
I'm using joomla 1.7
I have a main form I'd like to open a popup
so I have this code
$url ="index.php?option=com_tkgest&view=devis_ligne&is_popup=true&tmpl=component";
<a rel="{handler: 'iframe', size: {x: 500, y: 300}}" href="<?php echo $url; ?>" class="modal" target="_blank">
<img class="button-20" src="../media/com_tkgest/images/icon-32-search.png" title="<?php echo JText::_('COM_TKGEST_CHERCHER_PRODUIT'); ?>" />
</a>
well this will open the 'devis_ligne
' popup
in the devis_ligne popup I have that same code to open onther popup let's call it product
in the product popup I chose one product in from this a list an then I execute this code
window.parent.SqueezeBox.close()
to close the product but unfortunately that close the tow popup the product one and the devis_ligne
and that's not what I'm looking for
maybe I should give an id for each popup or I don't know how to fix that
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论