Hello
You can use the javascript function unescape()
The unescape() function decodes an encoded string (e.g convert %20 to
space).
Try the following code:
document.getElementById("lotnumber").innerHTML =
unescape(params.data.lotnumber);On Jan 17, 10:41 pm, crusherdestroyer <[email protected]> wrote: > Hi. I didn't run into this problem when running inlinepush. I > understand that APE is replacing a "space" with "%20". My question is > there something I can do with my onRaw to remove it? Here is what I'm > doing: > > document.getElementById("lotnumber").innerHTML = > params.data.lotnumber; > > As always, I really appreciate the help! > > Ryan -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
