HTTPClient NameValuePair in UTF-8 problem???

2003-09-18 Thread Eric Chow
Hello, When I tried to use HttpClient to query a web site with a "UTF-8" paramter, it just can't match. When I tried to "Copy & Paste" the character into that web site, it works, but failed to use HttpClient. Is there any problem in HttpClient to handle UTF-8 parameters ??? Web Side: http://ww

Array of values ???

2003-07-07 Thread Eric Chow
Hello, The following is a HTML form with a set of same "name". How can use HttpClient to post them ?? Best regards, Eric = C_ITEM_NO = 5; C_BOOKING_HOUR_LIMIT = 3; function check_input() { i = 0; fillCnt = 0; loopCnt = C_ITEM_NO - 1; isPrevIt

How to post to a URL with Checkbox ?

2003-07-07 Thread Eric Chow
Hello, If the HTML form is like the following : How can Post to "/servlet/Show" with the values as following ? n=Eric and the CheckBox should be "CHECKED" Please help ??? Best regards, Eric == If you know what you are doing, it is not calle