Loading server pages into jquery mobile

Loading server pages into jquery mobile

please i load a server side page using ajax on my jquery mobile page with this code

  1. <script language="javascript"> $('#try').bind('pageshow', function (){ var url = window.location.search.substring(1); $('#try').load('real_news.asp?'+ url); }); </script>

But the problem is when i load the page into the div, it doesn't load
 but reads out the code in the div like this: