That code is invalid. What are you trying to achieve with this code?
I assume you are trying to access information held in server variables, EG <%= request.servervariables("script_name") %> Ask Google about server variables.
FYI: If you were using <% Option Explicit %> in the head of all your ASP pages you would get a different and much more friendly error:
"Variable is undefined: 'Location'"
Wind is your friend
Matt
|