Welcome Guest, Not a member yet? Register   Sign In
Redirect after 10sec to other controller/view
#1

[eluser]Alex91[/eluser]
A client asked met if it's possible to begin on a page.
And after 10 seconds redirect to a other view?

I used the search, but can't find anything.
#2

[eluser]aidehua[/eluser]
You could use javascript, or put this in the <head>:

Code:
<meta http-equiv="refresh" content="10;url=http://example.com/page/newcontroller" />
#3

[eluser]Alex91[/eluser]
Hehe, thanks Big Grin
I wass thinking to difficult... Wink




Theme © iAndrew 2016 - Forum software by © MyBB