bkendall 0 Junior Poster in Training

I need to redirect based on a param and here is what I am using:

If Request("catid") = "9" Then Response.Redirect ("ClassCatRealEstateSales.asp")

my guess is that there is a syntax problem, I am not getting an error because I have other lines that will catch blank ids and the like and redirect to a main page and that is working.

any help would be much appreciated. :)