Guest_imported
New member
- Jan 1, 1970
- 0
When I run this:
<td><%=Server.HTMLEncode(rsMbrs.Fields("Price".Value)%></td>
I get the error:
Error Type:
Microsoft VBScript runtime (0x800A000D)
Type mismatch: 'HTMLEncode'
/webapp1/ch04/readclearpath.asp, line 50
What is causing this error?
Thanks,
ik
<td><%=Server.HTMLEncode(rsMbrs.Fields("Price".Value)%></td>
I get the error:
Error Type:
Microsoft VBScript runtime (0x800A000D)
Type mismatch: 'HTMLEncode'
/webapp1/ch04/readclearpath.asp, line 50
What is causing this error?
Thanks,
ik