I need to put the following code within a <% %> block :
response.write "<tr>" &_
"<td bgcolor=eeeeee> <a href=""company. asp?company=rs( "companyKey ")" &
"orderby=name"" >"&naym&"</a></td>"
How do I escape the characters " etc?
*** Sent via Developersdex http://www.developersdex.com ***
response.write "<tr>" &_
"<td bgcolor=eeeeee> <a href=""company. asp?company=rs( "companyKey ")" &
"orderby=name"" >"&naym&"</a></td>"
How do I escape the characters " etc?
*** Sent via Developersdex http://www.developersdex.com ***
Comment