That was nice of you, I didn't think of looking at it locally on the phone. I have the identical code in my server and it won't open on the phone when I browse to it:
http://www.smartphonetricks.com
The submit stuff is the Frontpage default.
All of it can be removed so I simplifed it to:
<html><head><title>SmartPhoneTricks.com</title></head><BODY>
<TABLE cellspacing=0 cellpadding=0 border=0>
<TR><TD><p>mitchwaitepress.com</p>
<form method="POST">
<p><input type="checkbox" name="C1" value="ON">
Blueberries</p><p><input type="checkbox" name="C2" value="ON">
Bread</p><p><input type="checkbox" name="C3" value="ON">
Bananas</p><p><input type="checkbox" name="C4" value="ON">
Milk</p><p><input type="checkbox" name="C5" value="ON">
Crackers</p>
</form>
</TD></TR></TABLE></BODY></html>