Is there a way to replace double quotes in ASP? I usually use the Replace function but I'm not sure how to use it to include double quotes " I need to change them all to \" so that when they are inserted into my javascript function it will display the double quotes and not give me an error. Thanks