Here 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.

direct call:-

window.opener.location.href="../reports/BillIDPropIDExcelExport?csvstring="+csvstring+"&count="+count+"&proptypeValue="+proptypeValue+"&dbenvi="+dbenvi;

here csvstring contains 50000 charectars and because of this the servlet is
not being invoked and the url is not properly formed.


thats the reason i need to use AJAX , now after using ajax i am struck here
at this point where i cant show the output of servlet to the user, that is
the open save and cancel dialogue box.
please help me in this issue.

Reply via email to