ASP Q&A
ASP Q&A
Out of context: Reply #3
- Started
- Last post
- 10 Responses
- mitsu0
if you want to display quotes in a string do the following:
response.write("i call myself" & chr(34) & "mitsu" & chr(34) & ".")
if you want to display quotes in a string do the following:
response.write("i call myself" & chr(34) & "mitsu" & chr(34) & ".")