R
Ray
I currently have an asp script that has a code like If (something) = "something" then Response.redirect Els End If vut I want to include more than one option for the second something like If(something) = "something", "something" then Response.Redirect. I have tried placing them each in "()" seperating them with ","and";" but nothing worked. Thanks for your help. Ray