使用 ExpressionEnine 和 jQuery 的模态注册框
我想为我的 ExpressionEngine 网站创建一个模式样式的注册/登录框。处理模态框注册的最佳方法是什么?我应该使用 iframe 调用注册页面吗?是否存在安全问题?
I'd like to create a modal style registration/login box for my ExpressionEngine site. What's the best way to handle registration on a modal box? Should I call a registration page using an iframe. Are there security concerns?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试将主登录页面上的以下 html 克隆到模式框中:
You can try cloning the following html that you have on your main login page into the modal box:
我用的是fancybox。将其称为 iframe,并确保将其发布到适当的模板/页面,您将在 return="" 参数中设置该模板/页面,如果将其设置为 iframe,它将发布到仍在模式内的该页面窗口(fancybox)。
I use fancybox. Call it as an iframe and just make sure you post it to the appropriate template/page, which you will set in the return="" parameter, and if it is set as an iframe, it will post to that page still within the modal window (fancybox).