<a href="http://www.gidsoft.ru/" onclick="window.open('http://www.yandex.ru'); return false;">Я ссылка</a>
web-ass писал(а):Вот так:
- Код: Выделить всё
<a href="http://www.gidsoft.ru/" onclick="window.open('http://www.yandex.ru'); return false;">Я ссылка</a>
<a href="http://web-codes.net/" onmouseover="this.href='http://www.google.ru/';">Я внешняя ссылка!</a>
<a href="Внутренняя ссылка" onmouseover="this.href='Внешняя ссылка';">Я внешняя ссылка!</a>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="Robots" content="noindex, nofollow">
<title>Переход по внешней ссылке</title>
<script type="text/javascript">
var domain = self.location.host;
var url = self.location.search;
url = url.substring(1, url.length);
function go() {
location.replace(url);
}
</script>
<SCRIPT type="text/javascript">
var left_time = 5;
setTimeout("changehref()", 500);
function changehref() {
left_time--;
var counter = document.getElementById("counterId");
if (counter)
counter.innerText = left_time;
if (left_time == 0)
window.location = url;
else
setTimeout("changehref()", 1000);
}
</SCRIPT>
<style>
a:link {text-decoration:underline; color:#FF8C00;}
a:active {text-decoration:underline; color:#FF8C00}
a:visited {text-decoration:underline; color:#FF8C00;}
a:hover {text-decoration:none; color:#FF8C00;}
</style>
</head>
<body style="padding: 20px 180px; font-size: 12px; font-family: Tahoma; line-height: 200%;">
<h2></h2><h2>Переход по внешней ссылке</h2>
Вы покидаете сайт <script type="text/javascript">document.write('<b>'+ domain +'</b>')</script> и переходите по внешней ссылке <script type="text/javascript">document.write('<b>'+ url +'</b>')</script>.
<br>
Через <SPAN id="counterId" style="font-weight: bold;">5</SPAN> секунд вы будете перемещены на <a href="JavaScript://" onclick="document.location.href=url"><script type="text/javascript">document.write('<b>'+ url +'</b>')</script></a>.
</body>
</html>
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 5