CMS MADE SIMPLE FORGE

Ajax Made Simple

 

[#3470] symbols don't work : + & #

avatar
Created By: bess (bess)
Date Submitted: Mon May 25 03:24:49 -0400 2009

Assigned To:
Version: 0.1.6
CMSMS Version: None
Severity: Major
Resolution: None
State: Open
Summary:
symbols don't work : + & #
Detailed Description:
the symbols +, &, # make errors when you want type them in a input text.

Solution : before Ajax send the value of the input text, you must have in your
code :

input0 = getElementById .....
value0 = input0.value;
value0 = value0.replace('+','%2B').replace('#','%23').replace('&','%26');


History