Скрипт выход с сайта с уведомлением в uwnd окне для ucoz.
Код
<a href="javascript://" onclick="kanavasid10()">Выйти с сайта</a>
<div id="kanavasid10" style="display:none">
<span style="font-size: 13px; color:#666; font-weight: bold; text-shadow:1px 1px 1px #eee;">Вы уверены, что хотите выйти с сайта</span>
<br/><br/>
<input type="submit" value="Да" onclick="window.location='/index/10'" style="width:50px;">
<input type="submit" value="Нет" onclick="kanavasalert()" style="width:50px;">
</div>
<script>
function kanavasid10(){new _uWnd("vixod","Выход с сайта",300,100,{autosize:1,maxh:300,minh:100,closeonesc:1,modal:1},$("#kanavasid10").html());}
function kanavasalert() {_uWnd.alert('<span style="font-size: 13px; color:#ff0000; font-weight: bold; text-shadow:1px 1px 1px #eee;">Спасибо, что остались с нами!</span>', '', {w: 260, h: 38, tm: 5000}); _uWnd.close('vixod');}
</script>