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
Rather than using document.write on what you expect the function to return, the success callback can take care of that for you, like so:
document.write
success:function(data) { document.write(data); }