I made a AjaxForm, and I want to submit the form's data to cgi. But I found the values of the form were encoded by param, and it uses encodeURIComponent do such things. And I test the common form action without ajax, and found that the values of the data don't encode at all(I use POST method). So I think if encodeURIComponent should be only used in GET method, but not in POST method? If it's true, the param should be changed I think.
-- I like python! My Blog: http://www.donews.net/limodou UliPad Site: http://wiki.woodpecker.org.cn/moin/UliPad UliPad Maillist: http://groups.google.com/group/ulipad _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
