I have a website. It’s hosted with Go-daddy website tonight template.
I have a total of 10 pages. I need only 1 of those pages to be directed automatically to another url.
so when a customer hits the tab it will forward them to a completely different url. No banner link is involved.
How do I do this.
Related Blogs
- Related Blogs on website
- Creating an Outstanding Physical Therapy Website | Health Care Tips
- Is Outsource Website development Services beneficial? | Article Buster
- Labour ideas spark interest on major Chinese website « Red Alert
- Website Design – Top Ten Tips to Create an Effective Site
August 5th, 2008 at 2:24 pm
gah, brb
August 5th, 2008 at 2:35 pm
I believe that some simple Javascript should to the trick.
Write this at the top of your page:
Good luck!
August 5th, 2008 at 9:57 pm
On the page that is linked to, put this meta tag between the head tags:
content=”0; sets no delay for that page to redirect to the URL you set.
Ron