Hi. I have a question. How to do a redirrect of unregistered users on forum to another my site. I tried <?if(!$USER_LOGGED_IN$)?> location.replace("http://mysite.org.com"); <?endif?> and a bigger one: <?if(!$USER_LOGGED_IN$)?> </script> <noscript> <meta http-equiv="Refresh" content="0; URL=http://mysite.org.com"> </noscript> </head> <?endif?> (both HTML code(1st java)) (Могу говорить по русски) Added (2009-10-21, 0:16 Am) --------------------------------------------- Found!!! <?if(!$USER_LOGGED_IN$)?> <?$WIDGET$('28','http%3A%2F%2FMySite.org|0')?> <?endif?>
|