Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

object required "Response" error from response.redirect

Status
Not open for further replies.

shaunacg

Programmer
Aug 1, 2003
71
GB
Hi

I'm just trying to redirect to another page inside a vbscript function so have used the following:

response.redirect("index.htm")

but I get an error saying object required "response"

Does anyone know what the problem is?

Thanks.

shaunacg
 
response is a server side object you can't use in a client side function.

Hope This Help, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top