Mike Alsup Wed, 06 Jun 2007 19:13:59 -0700
You can already do that now: encodeURIComponent = function(s) { // your own encoding }; But, you know, good luck with that :)
You can already do that now:
encodeURIComponent = function(s) { // your own encoding }; But, you know, good luck with that :)
Well said! :-) Good luck, indeed. The truly brave could try: encodeURIComponent = escape; Ha. Mike