Dear all,
My asp page dynamically generates HTML data. Sometimes I have to populate an HTML text input with some data e.g. New's Along. In this case the ' in the word New's causes problems. For when I generate the HTML for the text box it is as below
<INPUT TYPE=TEXT VALUE='New's Along'>
This displays the value New in the text box. How does one handle such data formatting.
Thanks in advance.