Portal
Language
 
Home>Knowledge Base>How do I...?>Re-direct a page to another site / url
Information
Article ID60
Created On4/12/2009
Modified10/22/2009
Re-direct a page to another site / url

To automatically re-direct a page to a different url / page insert the following script in the HTML section of the page to be redirected: (see inserting HTML)


<script type="text/javascript">
try
{
if (!top.adminpanel)
{
window.location.replace("
http://www.redirect.site");
}
}
catch(e) {}
</script>
<noscript>
<meta http-equiv="Refresh" content="0; URL=http://www.redirect.site">
</noscript>


where
http://www.redirect.site is the url of the page you want to re-direct to.

 
Bonasource Inc. 144 Front Street West, Suite 725, Toronto, Ontario M5J 2L7, Canada
Sales & Support: (Toll-free) +1 (877) 493-6090
All other inquiries: +1 (416) 410-4059
Copyright © 2009.
Wild Apricot™ by BonaSource Inc.
SmarterTrack Free Edition 4.7 | Help Desk Software | © 2010 SmarterTools Inc.