ok, questo è il codice aprendo il file HTML dopo avere scaricato il banner, le due immagini sono rispettivamente fon_black.gif e button.gif. Per ora ho semplicemente incollato il tutto dentro ad un modulo HTML personalizzato:
<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_black.gif)">
<div style="padding: 30px 0 0 137px;">
<div style="float: left;"><input name="file" id="file_selection_input" type="file" size="17" style="width:194px"><>
<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"><>
<>
<>
</form>