Hi again,

First let me thank everyone who has been nice enough to help with my last
few questions. You guys rock!

now...

I have a form filed in an insertform.cfm page of my application where I add
new items to a database.

  <tr>
    <td width="200"><b><font face="Arial, Helvetica, sans-serif" size="-1"
>Pattern Name:</font></b></td>
    <td width="386"><INPUT TYPE="text" NAME="pattern_name"  SIZE="50"
MAXLENGTH="100"></td>
  </tr>

The shopping cart system our client was using (still plans on using it)
chokes on items that have a " symbol in the item name. i.e. BPS 18" depth. I
can use &quot; in place of the " symbol when entering a new item or updating
an old item, but remembering to do that or having the client remember will
probably be a pain down the road.

What CF code can I add to my form field or CF Template to have all " symbols
input into that field (or any other for that matter) converted to &quot;
automatically before it is added to the database?


Thanks for all your time!

Mike Wilson

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to