Escaping quotes in FORMS

I need to generate forms which have double quotes in them as default
values for text fields as in:

                       -------------------------------------
Enter a quoted string: |   "default is quoted"             |
                       =====================================

How do I escape the quotes?? I need some HTML mechanism like:

Enter a quoted string:<input name="qt" value="default is \"quoted\"">


Is there a way to do this??


                       -- Bryan Cheung
                          cheung@eplrx7.es.dupont.com
                          Du Pont Global Distributed Computing Services

Received on Friday, 11 November 1994 16:38:28 UTC