K KGB-911 Joined Aug 12, 2004 Messages 2,011 Reaction score 0 Nov 28, 2004 #1 How do i set up automatic page redirects? Say, i want that after you fill in a form, you will get a "success" page, but after 5 secconds of that page, i wanted it to redirect itself to another page how do i do this? Thanks, KGB
How do i set up automatic page redirects? Say, i want that after you fill in a form, you will get a "success" page, but after 5 secconds of that page, i wanted it to redirect itself to another page how do i do this? Thanks, KGB
Ian Administrator Joined Feb 23, 2002 Messages 19,883 Reaction score 1,514 Nov 28, 2004 #2 You need to add a "refresh=5" in the body tag of the page, I think!
K KGB-911 Joined Aug 12, 2004 Messages 2,011 Reaction score 0 Nov 28, 2004 #3 Wont that just refresh the page? not redirect it to a differant page?
Ian Administrator Joined Feb 23, 2002 Messages 19,883 Reaction score 1,514 Nov 28, 2004 #4 Actually, try this: <META HTTP-EQUIV=Refresh CONTENT="5; URL=http://www.yourwebsite.com/newpage.htm">
Actually, try this: <META HTTP-EQUIV=Refresh CONTENT="5; URL=http://www.yourwebsite.com/newpage.htm">
K KGB-911 Joined Aug 12, 2004 Messages 2,011 Reaction score 0 Nov 28, 2004 #5 Cool, thanks Ian, did you look that up, or did you know it? Thanks, KGB
Ian Administrator Joined Feb 23, 2002 Messages 19,883 Reaction score 1,514 Nov 28, 2004 #6 I've used it a few times, so I remembered it Theres an HTML guide being published tonight hopefully as it happens
I've used it a few times, so I remembered it Theres an HTML guide being published tonight hopefully as it happens