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...