This is the error I get when I try using mid:
Error Type:
Microsoft VBScript runtime (0x800A0005)
Invalid procedure call or argument: 'Mid'
/ESD-PSE/language.asp, line 4
This is the code I have that results in this error:
sString = Request.ServerVariables("HTTP_REFERER"
sExt = Mid (sString, Instr (sString, ".html"
)
I have no idea what's wrong. If anyone can see what the problem, I would greatly appriciate the help. Thanks for reading and replying
Error Type:
Microsoft VBScript runtime (0x800A0005)
Invalid procedure call or argument: 'Mid'
/ESD-PSE/language.asp, line 4
This is the code I have that results in this error:
sString = Request.ServerVariables("HTTP_REFERER"
sExt = Mid (sString, Instr (sString, ".html"
I have no idea what's wrong. If anyone can see what the problem, I would greatly appriciate the help. Thanks for reading and replying