Using the post.asp from v3.2a4
starting on line #84
change this code:
case else
intCols = 45
intRows = 6
to this:
case else
intCols = 80
intRows = 12
and starting on line #542
change this code:
<option value="1" <% if strSelectSize = "1" or strSelectSize = "" then Response.Write("SELECTED") %>>640 x 480</option>
<option value="2" <% if strSelectSize = "2" then Response.Write("SELECTED") %>>800 x 600</option>
to this:
<option value="1" <% if strSelectSize = "1" then Response.Write("SELECTED") %>>640 x 480</option>
<option value="2" <% if strSelectSize = "2" or strSelectSize = "" then Response.Write("SELECTED") %>>800 x 600</option>