On html page if I give name in double quotes then it is not getting reflected on page. It displays a blank string. I tried with escape() function but that didn\'t work. So w
to show double quote you can simple use escape character("\") to show it.
alert("\"Hello\"");