Please post to the group instead of emailing directly to me. You'll probably have a better response. Thanks.
You're right about that. I didn't realize it was POST. Try using: data: {book:list}, instead and see if it works. ---------------------------- rocky wrote: thanks james for reply i know it will works fine if i use encodeURI method ,do if i opt for GET method i m using POST method & POST method sends data in packets form not appending with url (that GET method do). so why i do encoding in mine code. is this is jquery script bug or something wrong in mine script.