A blank space auto transfered to 20%.. How???
Hello everyone:
I am doing a widge project,that need to send a message to a server side,which is developmed by my self.
Interestingly, when I send a message like that " How are you?" by javascript through GET request.
This message is sent by "how%20are%20you" but this message should be saved in my server database. it didn't transfered back to "how are you" but still "how%20are%20you". How??? How can I make it works????
I don't want to change my server side. How can escape this auto-transfer in javascript??? Please help me

Reply With Quote

