CI框架怎么设置跳转的提示语句

WBOY
Release: 2016-06-13 13:22:21
Original
987 people have browsed it

CI框架如何设置跳转的提示语句?
做一个注册页面,注册后跳转到首页,用redirect('/index.php','location');

现在想在注册成功后加个“注册成功”的提示再掉转到首页该怎么做?

------解决方案--------------------

探讨
做一个注册页面,注册后跳转到首页,用redirect('/index.php','location');

现在想在注册成功后加个“注册成功”的提示再掉转到首页该怎么做?

------解决方案--------------------
探讨

引用:
做一个注册页面,注册后跳转到首页,用redirect('/index.php','location');

现在想在注册成功后加个“注册成功”的提示再掉转到首页该怎么做?


那么表单的提交就不能submit了,必须监听onsubmit事件,用ajax提交表单,成功后JS设置一下页面的内容提示N秒跳转,setTimeout几秒后location.href跳转走。……
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!