frosty7700
Programmer
I am trying to write a text file dynamically in an ASP page. So far so good, but I can't figure out how to handle quotes (" that I want to insert into the text file. Everytime I try the browser chokes. This is basically the classic "quotes within quotes" dilemma, but none of the remedies I might use in other languages (e.g. two quotes in a row) are working. Any ideas? I know it's a novice problem, but I've honestly never had to deal with it in ASP.