这是第二次发这个问题,我的客户想在CMS主页的灯箱中显示登录表单、注册表单、欢迎折扣,就像这个网站http://www.myntra.com/,
我尝试通过在 CMS 主页中粘贴以下代码来将 lytebox 模块用于 lighbox
<script type="text/javascript">// <![CDATA[
$lb.launch({
url: 'test.html', // the url to the page you want to load, or image.jpg
options: 'width:800 height:600', // optional
title: 'My Title', // optional
})
]]></script>
一切都很好,但是这个 lytebox 脚本只接受 html 页面而不是 php 或 phtml 文件。有没有其他方法可以在灯箱中显示登录表单,请逐步建议我,因为我是编程领域的新手......
提前致谢