i want to get the \'printed value\' of html pages.
i tried below query, but showGetResult() just return \'null value\'
but my apache server logs printed i access
jQuery.ajax({ async: false, //add async false url: 'http://localhost/index.php', type: 'get', dataType: 'text/html', success:function(data) { alert(data); result = data; } });