By using t2do.com you agree to our cookie policy, We and our partners operate globally and use cookies, for multiple purposes

T2Do.com

 


Common ASP Errors

1.If statement missing a then<vba>
2.dim x as integer (as integer not allowed)
3.spelling mistake (spelled if as id)<vba>
4.Not copying the fix to the right directory
5.Copied a function but forgot to change the return to the new name<vba>
6.Left out quote around an ip addres test if x = 123.222.3.1 then doesn'nt work need if x = "123.222.3.1" then<vba>
7.Mising " - ex. <!-- #include file="anyfile.asp -->
8.If without end if
9.for without next
10.Global variable changed in subroutine caused side effect, dim var in sub or function