Dear perl monks ,
I have been trying to find a solution to this , but have failed .
I have used ajax in my cgi (without the CGI::Ajax module), and when i return text after processing the users choice in a drop down list box , the javascript should show the returned text in a large textarea.
I find that the returned text not only contains the required (correct)text , it also has the information sent by the server (the previous form actions before one can get to that page) before that page on which the drop down list box is .
How do I prevent this unnecessary information from gettin into my responseText field?
Thankin You..