swatme Well-known member Jul 26, 2012 #1 Hi i placed an if conditional to a specific template <xen:if is="{$visitor.user_id}"> <b>welcome</b> <xen:else /> REDIRECT TO THIS PAGE (whats the code for redirection) </xen:if> My question is: What code should i use for redirection ? thanks
Hi i placed an if conditional to a specific template <xen:if is="{$visitor.user_id}"> <b>welcome</b> <xen:else /> REDIRECT TO THIS PAGE (whats the code for redirection) </xen:if> My question is: What code should i use for redirection ? thanks
Jake Bunce Well-known member Jul 26, 2012 #2 You can use javascript: http://www.tizag.com/javascriptT/javascriptredirect.php Upvote 0 Downvote
MOZ Well-known member Jul 26, 2012 #3 <meta http-equiv="REFRESH" content="<time in sec>;url=<URL>"> Upvote 0 Downvote