I have a form (using Frontpage 2002) with an input textbox.
<input type="text" name="CompanyName" size="60" value = '<%Response.Write(rsCoupon("Company Name"))%>'>
But if rsCoupon("Company Name") includes an apostrophy (sp?), it only shows the text up to it. So "Amy's Antiques" just becomes "Amy".
Any idea why this happens or what to do to fix it?
Thanks,
Amy
<input type="text" name="CompanyName" size="60" value = '<%Response.Write(rsCoupon("Company Name"))%>'>
But if rsCoupon("Company Name") includes an apostrophy (sp?), it only shows the text up to it. So "Amy's Antiques" just becomes "Amy".
Any idea why this happens or what to do to fix it?
Thanks,
Amy