Forum Moderators: open
I wonder whether ALL JS methods call the global encodeURI() function before generating the HTTP GET request?
And if so, how can I overwrite the encodeURI() function i.e. how can I hook it?
I don't think I can but what if...
Thanks, Greg
encodeURI = function(str){return str}
I don't fancy your chances though.