Forum: Legacy and Other Languages Mar 29th, 2006 |
| Replies: 0 Views: 2,588 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... |