[ic] Remove Double Quotes from Fields

Stefan Hornburg interchange-users@icdevgroup.org
Tue Jun 17 19:20:01 2003


On Tue, 17 Jun 2003 17:38:24 -0500
"Andy Melichar" <skip@skipmartin.com> wrote:

> I can't seem to get a lid on this one...
> 
> My clients told me about a problem using double-quotes. If I enter
> double-quotes in an address line, for example: 2240 "M" Street - when
> the page refreshed I lose everything after the quotes, so I would only
> see 2240 in the address line. 

The value is probably still there in the HTML code, but interferes with
the HTML's double quotes like that:

<INPUT TYPE=text NAME=address1 VALUE="2240 "M" Street" size="40"
maxlength="64"> 

You can apply a filter which converts the " into a HTML entity:

[value name=address1 filter=entities]

Ciao
	Racke


-- 
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team