I want to create a page that when it opens it waits about five seconds
and then redirects the user to another page. Is this normally done
with JS? What is the easiest way to do this rails.
Thanks.
I want to create a page that when it opens it waits about five seconds
and then redirects the user to another page. Is this normally done
with JS? What is the easiest way to do this rails.
Thanks.
There’s actually an HTML meta tag that will handle redirects.
Just change the content=“x” to 5 so it’ll indicate to the browser to
wait 5
secs before redirecting to the given address.
Regards,
James
On Sun, Jan 17, 2010 at 11:22 AM, tashfeen.ekram
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs