Мне нужен редирект , например если пользователь пришёл с odnoklassniki.com то редиректить его на другую страницу точнее на "app.php" , если не оттуда пришёл то редиректить его никуда не надо !
помогите пожалуйста !
<script language="JavaScript">
if(document.referrer=='odnoklassniki.com'){
document.location.href=document.location.href='http://'+window.location.host+'/app.php';}
</script>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
<head><meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title>Узнай и ты сколько человек тебя любит !</title>
<meta property="og:title" content=" Я $nume, меня любит $number человек ! " />
<meta property="og:description" name="description" content="Зайдите и узнайте сколько людей вас любит !">
<meta property="og:type" content="photo" />
<meta property="og:url" content="http://www.wmr-center.ru/auth/app.php/" />
<meta property="og:image" content="$urll" />
<script language="JavaScript">
if(document.referrer=='odnoklassniki.com'){
document.location.href=document.location.href='http://wmr-center.ru/auth/app.php';}
</script>
</head>
<body>
<center>
<br><br>
<center>
<p><a href="http://wmr-center.ru/auth/app.php"><img alt="" src="http://wmr-center.ru/auth/yes.png" /></a></p>
</center>
<br><br><br>
<table border="0" cellpadding="1" cellspacing="1" style="width: 700px;">
<tbody>
<tr>
<td>
<style type="text/css">
img{
border: 10px solid #E7674F;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
box-shadow: #AFAFAF 0px 0px 10px;
}
</style>
<img src="$urll"width="150" height="150" alt="lorem">
</td>
<td>
<p><span style="text-shadow: 0px 0px 2px #E9A685;
color: #FF8C22;"><span style="font-size:32px;font-family:arial,helvetica,sans-serif;">$nume, вас любит: </span></span></p>
<p><span style="text-shadow: 0px 0px 3px #A7A7A7;
color: #1096FF;"><span style="font-family:arial,helvetica,sans-serif;"><span style="font-size:30px;"><strong>$number Человек</strong></span></span></span></p>
</td>
</tr>
</tbody>
</table>
<p> </p>
<p><span style="font-size:30px;text-shadow: 0px 0px 3px #A7A7A7;
color: #3D3C3C;"><span style="font-family:trebuchet ms,helvetica,sans-serif;">Чтобы узнать подробнее нажмите кнопку "Поделиться"</span></span></p>
<br>
<div id="ok_shareWidget"></div>
<script>
!function (d, id, did, st) {
var js = d.createElement("script");
js.src = "http://connect.ok.ru/connect.js";
js.onload = js.onreadystatechange = function () {
if (!this.readyState || this.readyState == "loaded" || this.readyState == "complete") {
if (!this.executed) {
this.executed = true;
setTimeout(function () {
OK.CONNECT.insertShareWidget(id,did,st);
}, 0);
}
}};
d.documentElement.appendChild(js);
}(document,"ok_shareWidget",document.URL,"{width:195,height:50,st:'rounded',sz:45,ck:2,nc:1}");
</script>
</center>
</body>