Forum Moderators: open
I have the following code:
<%
if Date() => (Recordset1.Fields.Item("mem_end_date").Value) then Response.Redirect "verleng.asp?mem_id="(Recordset1.Fields.Item("mem_id").Value)
%>
It gives this error:
Error Type:
Microsoft VBScript runtime (0x800A000D)
Type mismatch: '[string: "verleng.asp?mem_id="]'
/member/index.asp, line 48
What's the problem?
Thanx
GJ