用>顯示數據時如何實現顯示多行數據?請看以下語句
用下列方法顯示content內容時為何只顯示"送貨地點:"而"&chr(13)&" 總件數:" 則無法顯示?如何實現顯示多行數據?
請各位大哥幫幫忙,很急的,謝了!
請給一個實例來,謝了!
-------------------------------------
content="送貨地點:"&chr(13)&" 總數:"
Response.write "<td>" &"<span style=cursor:hand title=<%=content%>>"& rs("name")&"</td>"