Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Redirect to a new page
mmadhu
I am using Teamsite 5.5.2.
In a TPL, i want to redirect the user to a specific URL.How can i acheive this?
Find more posts tagged with
Comments
Migrateduser
Not sure what you mean by this. Do you mean the generated file will have an automatic redirect in it? If so, add this meta tag to the HTML <head>:
<META content="30;url='
http://www.interwoven.com/js/'"
http-equiv=refresh delay="30">
bw
Bob Walden [bob.walden@interwoven.com]
Interwoven Education Group
IM: Yahoo, MSN bob_walden
Johnny
You can also do this on the server side if you are using some sort of app server.
jsp forward, or asp... whatever it is... there is usually a server side directive.
But just like what Bob said..... was that what you were talking about??
John
Sydney, Australia