codice:
GiornataScelta	= Request.QueryString("giornata")
if GiornataScelta = "" then
Giornata = ObjRs("str_giornata") +1	
else if GiornataScelta = "succ" then
Giornata = ObjRs("str_giornata") +2
else if GiornataScelta = "prec" then
Giornata = ObjRs("str_giornata") -1
end if
end if
end if
Come posso ottimizzare questo codice?
O va bene anche così