stat = request.form("stat")
news = request.form("news")
if stat <> 1 then
stat2 = "no"
if news <> 1 then
news2 = "no"
else
if stat = 1 then
stat2 = "si"
if news = 1 then
news2 = "si"
end if
end if
end if
end if


alla fine se nel form non attivo i checkbox mi mette no nel database, invece se li attivo mi da questo errore:

Microsoft VBScript runtime error '800a000d'
Type mismatch: '[string: "on"]'