Поставил скрипт:
Code
<?if $USER_LOGGED_IN$?>
<script type="text/javascript">
function alertPm(n){_uWnd.alert('Для Вас есть новые личные сообщения<br><br>' + _uButton(null,'b',{content: 'onclick="ucodesru.init();_uWnd.close(\'alertPm\');"', text: 'Показать сообщения'}), 'Сообщения ('+n+')', {name: 'alertPm', w: 250, h: 100, tm: 0});}
<?if $UNREAD_PM$?>$.getScript("/script/u.ajaxPm.js", function(){ alertPm($UNREAD_PM$); });<?else?>var _intPm = setInterval(function(){$.get("/index/14", function(pm){var __n = $("b.unread", pm).size(); if ( __n > 0 ) $.getScript("/script/u.ajaxPm.js", function(){ alertPm(__n); }), clearInterval(_intPm)})}, 20*1000);<?endif?>
</script><?endif?>
Как сделать, чтоб в обычном окне открывались сообщения?