Well, I'm not sure what checktheform() is supposed to do, so I'm taking it out of this code.
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript">
function usePage(frm,nm){
for (var i_tem = 0, bobs=frm.elements; i_tem < bobs.length; i_tem++)
if(bobs[i_tem].name == nm&&bobs[i_tem].checked)
frm.action=bobs[i_tem].value;
}
</script>
</head>
<body bgcolor="#FFFFCC">
<p align="center"><font size="4" color="#FF0000"><b>SPYWARE & ADWARE
DIAGNOSIS TOOL</b></font></p><hr>
<p> </p>
<p align="center"><b>Before we begin a scan of your PC for
spyware & adware threats, we need to pinpoint the exact problem(s) that you've
been having with your PC. </b> <br>
<br>
</p>
<p align="center"><font color="#000080"><b>Please Select One of The Following:</b></font></p>
<p align="center"><br>
</p>
<div>
<form action="#" method="POST" onsubmit="usePage(this, 'bob');">
<p align="center"><font color="#FF0000"><span style="background-color: #C0C0C0">
<font color="#000080">
<input type="radio" name="bob" value="http://www.spywareremoversolution.com/spywarediagnosis2.htm"></font></span></font>
Currently, My Anti-Virus Program Finds No Security Threats or Problems</p>
<p align="center">
<span style="background-color: #C0C0C0">
<input type="radio" name="bob" value="http://www.spywareremoversolution.com/spywarediagnosis2.htm"></span>
Currently, My Anti-Virus Programs Finds At Least One Problem or Security Threat</p>
<p align="center">
<span style="background-color: #C0C0C0">
<input type="radio" name="bob" value="http://www.spywareremoversolution.com/noantivirus.htm"></span>
I Do Not Have An Anti-Virus Program</p>
<p align="center">
<input type="submit" value="Next">
</p>
<p align="center">
</p>
</form>
</div>
</body>
</html>
Looking at the html page you posted a link to, it seems to be working perfectly; however, you say it is something with the exe (which; like the other poster, I am not too found of downloading exe files from an untrusted source).
Hope this helps nonetheless.
Bookmarks