Ajax response handler
function ajaxRequest() { var opt = ‘s=whatever you want to pass’; var page = ‘ajax_page.php’; … Read More »Ajax response handler
function ajaxRequest() { var opt = ‘s=whatever you want to pass’; var page = ‘ajax_page.php’; … Read More »Ajax response handler
Note Checks to see if browser is IE based or other. function createRequestObject(handler) { var xmlHttp; try… Read More »Ajax request handler