How do I redirect depending on a property
e.g If I use the lcid properties to redirect can anybody give me an example of the code.
If session.lcid = 1033 then
Response.Redirect = indexusa.htm
ElseIf
session.lcid = 1044 then
Response.Redirect = indexitaly.htm
End If
I know the above code is not write but can anybody give me an example of the proper code I would use or even send me an Example
e.g If I use the lcid properties to redirect can anybody give me an example of the code.
If session.lcid = 1033 then
Response.Redirect = indexusa.htm
ElseIf
session.lcid = 1044 then
Response.Redirect = indexitaly.htm
End If
I know the above code is not write but can anybody give me an example of the proper code I would use or even send me an Example