Представляем вашему вниманию интерестный и главное полезный скрипт для каждого веб-мастера. Скрипт онлайн-проверки на вирусы, иначе говоря онлайн-антивирус от Dr.Web. Проверять можно сайты, ссылки и файлы.
Ставим код туда, где хотим видеть этот онлайн-сервис:
Код <script language="JavaScript"><div align="center"> 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,resizable=yes" ); document.getElementById( "drweb_online_scan_form" ).submit(); return false; } </script>
<form target="drweb_scan_form_popup_window" action="http://online.drweb.com/result" enctype="multipart/form-data" id="drweb_online_scan_form" method="POST"> <div style="width: 188px; height: 105px; background: url("http://bambun.ru/images/Ffon_white.gif") repeat scroll 0% 0% transparent;"> <div style="padding: 50px 10px 0pt;"> <div><input type="file" size="18" id="file_selection_input" name="file"/></div> <div style="padding-top: 5px; text-align: right;"><input height="21" width="121" type="image" src="http://bambun.ru/images/button.gif" onclick="return do_scan_file_01();"/></div> </div> </div>
</form><br/> <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") document.getElementById( "drwebscanformURL" ).target = "scan"; return true; } </script>
<form method="post" onsubmit="return resultURL()" action="http://online.us.drweb.com/result/" id="drwebscanformURL"> <div style="width: 188px; height: 105px; background: url("http://bambun.ru/images/Sfon_white.gif") repeat scroll 0% 0% transparent;"> <div style="padding: 50px 10px 0pt;"><script src="http://activiks.ru/img/png.js" type="text/javascript"></script> <div><input type="text" style="width: 100%; border: 2px solid rgb(154, 196, 97);" class="find" value="http://" name="url"/></div> <div style="padding-top: 5px; text-align: right;"><input height="21" width="121" type="image" src="http://bambun.ru/images/button.gif"/></div>
|