Internet explorer in compatibility mode gets the data from the server in an ajax callback method, and pops-up a dialog if I want to save the data or open. How to get rid of
Have you tried to send your ajax request using POST method ?
You could also try to set content type to 'text/x-json' while returning result from the server.