i keep getting this error :
Microsoft VBScript runtime error '800a000d'
Type mismatch: '[string: "9/4/2000"]'
how do i correct this code? tdat1 and tdat2 are date values.
(e.g. tdat1=9/4/2000 and tdat2=9/10/2000)
for appDate=request("tdat1" to request("tdat2"
response.write appDate & "<br>"
next