problem with urlencode
hi all ,
i m using urlencode with a herf link , but i m getting an error ,
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'urlencode'
my coding part is --------------------------
team=trim(rstmp("team"))
response.write("<tr>")
response.write("<td bgcolor='" & bcolor & "'><a href=processrep1.asp?team=" & server.urlencode(team) & "&fm=" & sdate & "&to=" & edate & ">" & rstmp("team") & "</a></td>")
can you please help me to fix this problem
thanx
Rajiv
|