Ciao a tutti.su pagina asp ho questo errore
Errore di run-time di Microsoft VBScript (0x800A000D)
Tipo non corrispondente: '[string: "11/31/2007"]'
ecco il codice
<%if weekday(thisdate)=vbSunday then%>
<font color="red">
<%if isThereRec=true then
response.Write("" & i & "")
else
response.Write(i)
end if
%>
dove
thisdate=mDate & "/" & i & "/" & yDate

Rispondi quotando