document.write("
"); new Ajax.Request('/GovPortal/UserPage/SurveryList/GetSurveryList.aspx?TabModuleID=53dc72c1-0e18-4537-bd05-7c872982c0b5&ListCount=9&DateFormat=yy-MM-dd&OutCount=25&DepID=6904ebb8-9c25-4630-9307-32f12414e443', { asynchronous: true, method: 'post', evalScripts: true, onComplete: showResponse }); function showResponse(response) { $('SurveryInfo').innerHTML = response.responseText; }