Файл: servises/Dr_web/index.php
Строк: 46
<?php
require'../../shaxty.php';
$align='left';
check_login();
$title='Проверить свои файлы Dr.WEB';
include_once (H.'shaxty/head.php');
echo '<br />';
?>
<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,resizable=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 style="width: 474px; height: 65px; background: url(fon_green.gif)">
<div style="padding: 30px 0 0 137px;">
<div style="float: left;"><input name="file" id="file_selection_input" type="file" size="17"></div>
<div style="float: left; padding: 2px 0 0 5px"><input type="image" onClick="return do_scan_file_01();" src="button.gif" width="121" height="21"></div>
</div>
</div>
</form>
<?php
echo '<br />';
echo $div1.'<a href="/servises/">Сервисы</a>'.$div9;
include_once (H.'shaxty/foot.php');
?>