You can change your form method attribute to post and you would not
have the too long url problem.

<form method='post' ...>

----
Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com



On Mon, Jan 12, 2009 at 9:52 AM, RUQUIA TABASSUM
<ruquiatabas...@gmail.com> wrote:
> ... i need to use AJAX because  the servlet called is appended with input
> parameters that contains 10000 to 50000 charectars and when i directly call
> the servlet  instead of making ajax call the url is not completely formed
> and the servlet is not invoked.
>  ...

Reply via email to