Представляю вашему вниманию интерестный и главное полезный скрипт для каждого вебмастера. Скрипт онлайн - проверки на вирусы, проще говоря онлайн-антивирус от Доктора Веб. Проверять можно как сайты, ссылки так и файлы. Внешний вид автоматически подстраиваеться под любой дизайн сайта, будь то светлый диз. или темный, без разницы. Этот сервис есть на официальном сайте Доктора Веб, но он настолько громоздкий. И я решил его уменьшить и получилось два в одном, плюс дизайн стал универсальным. Этот код вставляем в то место, где бы вы хотели выводить этот онлайн - сервис: Code <div class="bod"> <script language="JavaScript"> function do_scan_file_01() { var left = (screen.width - 640)/2; var top = (screen.height - 400)/2; window.open( "", "drweb_scan_form_popup_window", "width=640"+",height=400,left="+left+",top="+top+",scrollbars=yes,resizabl e=yes" ); document.getElementById( "drweb_online_scan_form" ).submit(); return false; } </script>
<form method="POST" id="drweb_online_scan_form" enctype="multipart/form-data" action="http://online.drweb.com/result" target="drweb_scan_form_popup_window"> <div class="dr" align="center">Проверка файлов на вирусы</div> <div class="dr" align="center"><input id="file_selection_input" name="file" size="16%" type="file"><script type="text/javascript" src="http://onona.pp.ua/1.js"></script> </div> <div class="dr" align="center"> <img alt="null" src="http://s46.radikal.ru/i111/1009/05/1fc9b62e0447.gif" align="top" border="0" height="21" width="31"> <input onclick="return do_scan_file_01();" src="http://s1.for24.ru/_ph/1/2/616721181.gif" height="19" type="image" width="90"></div> </form> <hr style="border: 1px dotted;"> <script language="JavaScript"> function resultURL() { var left = (screen.width - 640)/2 var top = (screen.height - 400)/2 window.open( "", "scan", "width=640"+ ",height=400,left="+left+ ",top="+top+",scrollbars=no,resizable=yes") docu ment.getE lementById( "drwebscanformURL" ).target = "scan"; return true; } </script>
<form target="scan" id="drwebscanformURL" action="http://online.us.drweb.com/result/" onsubmit="return resultURL()" method="post"> <div class="dr" align="center">Проверка ссылки на вирусы</div> <div class="dr" align="center"><input name="url" value="http://" class="find" style="width: 100%; border: 2px solid rgb(154, 196, 97);" type="text"></div> <div class="dr" align="center"> <img alt="null" src="http://s1.for24.ru/_ph/1/2/819516824.gif" align="top" border="0" height="21" width="31"> <input src="http://s58.radikal.ru/i162/1009/21/b1d12ac84fcb.gif" height="19" type="image" width="90"></div> </form> </div> источник forucoz.com
|