I am looking into converting some of our quiz reports into html with some JavaScript embedded. I am having difficulty in the way quiz handles the double quotes. In a text string I want the double quotes to be maintained in the string. For example: DEFINE java char*100 = "document.write("Click <A HREF='javascript:jsfunction()'>here</A>");" Does anyone know how I can keep the "Click...</A>" as is? Thanks