Ajax Problem Entering & Character In Form
Posted On Mon Jun 15, 2009 By thomas In Javascipt Forums And Other Related Topics Discussion About Javascript Progamming Forums
i am using javasscript ajax form with php to enter a contact us form and users have been reporting that they send information with a url
for example:
http://www.example.com?ajac=1&code=2
i would only get http://www.example.com?ajac=1
it seem to cut off any text after teh & character
so how can i fix it?
this is how my javascript code looks like:
any help?
for example:
http://www.example.com?ajac=1&code=2
i would only get http://www.example.com?ajac=1
it seem to cut off any text after teh & character
so how can i fix it?
this is how my javascript code looks like:
"&i=" + encodeURI( document.getElementById("i").value ) +
any help?
wallpaperama Mon Jun 15, 2009
change it to this:
use the escape() function instead
"&i=" + escape( document.getElementById("i").value ) +
use the escape() function instead
Related Content
Information
Forums »
Javascipt Forums And Other Related Topics Discussion About Javascript Progamming »
Ajax Problem Entering & Character In Form
Javascipt Forums And Other Related Topics Discussion About Javascript Progamming »
Ajax Problem Entering & Character In Form
Title: Ajax Problem Entering & Character In Form
Description: Ajax Problem Entering & Character In Form
Tags: ajax ,problem ,entering ,amp ,character ,in ,form
Info: This Post Has Been Viewed 0 Times Since
Date: Mon Jun 15, 2009
Author thomas Received 1 Replies #819
Date: Mon Jun 15, 2009
Author thomas Received 1 Replies #819
Share
URL: 

Embed: 

To embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it
BBCODE:: 

BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums
wallpaperama | Wallpapers | Forums | Terms Of Service
copyright © 2013 wallpaperama - All Rights Reserved - Last Updated Mon May 06, 2013 (-8 GMT)
Powered by: Webune Forums V5
copyright © 2013 wallpaperama - All Rights Reserved - Last Updated Mon May 06, 2013 (-8 GMT)
Powered by: Webune Forums V5