Главная » 2010 » Октябрь » 18 » Онлайн проверка на вирусы
23:32:28
Онлайн проверка на вирусы

Онлайн проверка на вирусы антивирусом Dr.Web
Можно проверить файл на компьютере или ссылку на вирус.

Ставим в блок или на ваше усмотрение:

Code
<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"></div>
<div class="dr" align="center">
<img alt="null" src="http://u-ucoz.ru/files/virus_ico.png" align="top" border="0" height="21" width="31">
<input onclick="return do_scan_file_01();" src="http://u-ucoz.ru/files/virus_check.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://u-ucoz.ru/files/virus_ico.png" align="top" border="0" height="21" width="31">
<input src="http://u-ucoz.ru/files/virus_check.gif" height="19" type="image" width="90"></div>
</form>
Скрипты для uCoz | Просмотров: 707 | Добавил: RAIDER
Всего комментариев: 0
Добавлять комментарии могут только зарегистрированные пользователи.
[ Регистрация | Вход ]