View Single Post
  #4 (permalink)  
Old Apr 10th, 2004, 01:08
Tim356's Avatar
Tim356 Tim356 is offline
Reputable Member
Join Date: Nov 2003
Location: Australia
Age: 25
Posts: 331
Thanks: 0
Thanked 0 Times in 0 Posts
of course...

I've just added at the top of the script:
Code: Select all
username = Session("username")
but now I get this error:

Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required: 'Reponse'
/secure/membersonly.asp, line 19

line 19 is
Response.Redirect("admin.asp")

I don't understand it. Sorry if these are really obvious mistakes, I'm learning...