how to print apostrophe character ' and double quote " in asp using
vbscript. my code using response.write replaces " character with inverted
question mark.
please help

Re: printing character ' and " in asp using vbscript by CoreyThomasMCSEMCSAMCDBA

CoreyThomasMCSEMCSAMCDBA
Mon Mar 17 08:45:01 CDT 2008

To print a double quote, use two double quotes. Example:

Response.Write "Here is a double quote: "". "

Same for single quotes, I think.


-Corey

"S N" wrote:

> how to print apostrophe character ' and double quote " in asp using
> vbscript. my code using response.write replaces " character with inverted
> question mark.
> please help
>
>
>