Code
<div align="center"><script language="JavaScript">
function do_scan_file_02()
{
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">
<table background="http://www.werez.net.ru/antivirus/fon.png" border="0" cellpadding="0" cellspacing="0" width="203" height="100">
<tbody><tr>
<td colspan="2" align="center" valign="bottom" height="23">
<br></td>
</tr>
<tr align="center">
<td colspan="2" height="22"><center><input name="file" size="15" type="file"></center></td>
</tr>
<tr>
<td width="63">
<br></td>
<td width="137"><table border="0" cellpadding="0" cellspacing="6" width="100%">
<tbody><tr>
<td align="right"><input onclick="return do_scan_file_02();" src="http://www.werez.net.ru/antivirus/prov.png" type="image" width="90" height="22"></td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</form></div>