Ireland1978
Programmer
Hi,
Can anyone see the problem with this line of code, I'm a beginner at ASP so haven't a clue!
I'm getting this error message:
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/MyWeb/test.asp, line 9
var to_do = String(Request("to_do"));
------------------------------------^
Thanks
Can anyone see the problem with this line of code, I'm a beginner at ASP so haven't a clue!
Code:
var to_do = String(Request("to_do"));
I'm getting this error message:
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/MyWeb/test.asp, line 9
var to_do = String(Request("to_do"));
------------------------------------^
Thanks