News

How can I use Javascript to encode special characters for use in querystrings?<BR><BR>For example, 'C++' should become C%2B%2B.<BR><BR>I thought <I>escape("C++");</I ...
OK, my brain just isn't functioning right today and I've spent too much time on this. I have some XML that looks like this... private static void Dedupe(XPathNavigator nodeNav) { int index = 1; const ...