I need to put the following code within a <% %> block :
<td bgcolor=eeeeee> <a
href='company.a sp?company=<%=r s("companyKey") %>&orderby=name '><%=naym%><
/a></td>
How do I escape the characters " etc?
Thanks,
Mike
*** Sent via Developersdex http://www.developersdex.com ***
<td bgcolor=eeeeee> <a
href='company.a sp?company=<%=r s("companyKey") %>&orderby=name '><%=naym%><
/a></td>
How do I escape the characters " etc?
Thanks,
Mike
*** Sent via Developersdex http://www.developersdex.com ***
Comment