JCHallgren
Technical User
Ok...I'm VERY new to this...have read as much as i can find online...but I don't get it...here is what i have:
CD = "CRuserName:" + escape (document.CRaddForm.CRuserName.value ) + "|"
+ "CRuserEmail:" + escape(document.CRaddForm.CRuserEmail.value);
I need to have the form values escaped but not the entire result string...
I have tried numerous attempts, but it eludes me...help??
CD = "CRuserName:" + escape (document.CRaddForm.CRuserName.value ) + "|"
+ "CRuserEmail:" + escape(document.CRaddForm.CRuserEmail.value);
I need to have the form values escaped but not the entire result string...
I have tried numerous attempts, but it eludes me...help??