отправка сообщения через ctl+enter в сочетании с автосейвом и последующей вменяемой очисткой формы:
Код:
<!--АВТОСОХРАНЕНИЕ--> <script type="text/javascript"> var param = (function(a) {if (a == "") return {};var b = {};for (var i = 0; i < a.length; ++i){var p=a[i].split('=');if (p.length != 2) continue;b[p[0]] = decodeURIComponent(p[1].replace(/\+/g, " "));}return b;})(window.location.search.substr(1).split('&'));var text = localStorage.getItem('topic'+param['id']);if(text) { $('#post textarea#main-reply').val(text);}$('#post textarea#main-reply').bind('keydown keypress keyup', function(e){var text = $(this).val();localStorage.setItem('topic'+param['id'], text);});$('#post').submit(function() {localStorage.removeItem('topic'+param['id']);}); </script> <!--ОТПРАВКА С КЛАВИАТУРЫ--> <script type="text/javascript"> $('#post').keydown(function(e) { if (e.which == 13 && e.ctrlKey) { e.preventDefault(); $("input[name*='submit']").click(); $('#post textarea#main-reply').val(""); } }); </script>
бегущая строка с баннерами вверху страницы:
NB: баннеры актуальны на момент 16.05.2015
Код:
<!--Banners--> <table><tr> <td> <div> <div align="center" style="height: 40px; width: 800px;"> <marquee onMouseOut="this.start();" onMouseOver="this.stop();" "behavior="scroll" direction="left" width="96%" height="40" loop="0" scrollamount="1" scrolldelay="1" style="margin-top: 3px; padding-top:13px; opacity:0.9"> <a title="Каталог фэнтези сайтов Палантир" href='http://palantir.in/?from=11907' target='_blank'> <script type="text/javascript"> Md=document;Mnv=navigator; Mrn=Math.random();Mn=(Mnv.appName.substring(0,2)=="Mi")?0:1;Mp=0;Mz="p="+Mp+"&"; Ms=screen;Mz+="wh="+Ms.width+'x'+Ms.height;My="<img src='http://palantir.in/count.php?id=11907&cid=concept_6.gif";My+="&cntc=none&rand="+Mrn+"&"+Mz+"&referer="+escape(Md.referrer)+'&pg='+escape(window.location.href);My+="' alt='Palantir' title='Каталог фэнтези сайтов Палантир' border='0' width='88px' height='31px'>";Md.write(My);</script> </a> <a href="http://top.roleplay.ru/12808" title="Рейтинг Ролевых Ресурсов - RPG TOP" target="top_"> <img src="http://img.rpgtop.su/88x31x11x3.gif" alt="Рейтинг Ролевых Ресурсов - RPG TOP" border="0" width="88" height="31"></a> <a href="http://marauderslife.mybb.ru/"target="_blank" title="Marauders: One hundred steps back" ><img src="http://savepic.org/2150663m.jpg"> </a> <a href='http://hpgame.ru/' target='_blank' title='Role-playing game - Harry Potter and The Dark Times of Magicians'><img src='http://i047.radikal.ru/1402/58/64f3e2f9bd40.gif' border='0' width='88' height='31'></a> <a href="http://semperfidelis.f-rpg.ru/" target=_blank> <img src="http://f6.s.qip.ru/169kK9WyQ.jpg"border="0" title="Harry Potter: Semper Fidelis"></a> <a href="http://carperetractum.rolka.su/" target=_blank> <img src="http://www.pichome.ru/images/2015/05/07/An2wg1.gif"border="0" title="Harry Potter: Carpe Retractum"> </a> <a href="http://amortentia.anihub.ru/"><img src="http://sd.uploads.ru/m2yBH.png" title="Amortentia" /></a> <a href="http://moresmajorum.rusff.ru/"><img src="http://i9.pixs.ru/storage/9/1/4/bannercopy_4874922_14595914.jpg"></a></a> <a href="http://bonum20.rusff.ru" target="_blank"><img src="http://savepic.org/6639820.gif" title="Сommune bonum" alt="Сommune bonum" border="0" width="88" height="32"></a> <a href="http://truehogstory.rusff.ru/"target=_blank><img src="http://savepic.su/5112992.gif"alt= "True Hogwarts Story"></a> <a href="http://bombardo.rusff.ru/" target=_blank><img src="http://savepic.net/6530691.gif" title="Harry Potter and the Half-Blood Prince"></a> <a href="http://illuminati.rusff.ru/" title="HP II: ILLUMINATI"><img src="http://sg.uploads.ru/z1HJt.gif" border="0"></a> <a href="http://deathmark.rusff.ru/" target="_blank"><img src="http://funkyimg.com/i/WFcG.gif" title="Under the Death Mark" width="88" height="31" border="0"></a> </marquee> </div></div> </td></tr></table>