function ajaxRequest() { var opt = ‘s=whatever you want to pass’; var page = ‘ajax_page.php’; ...
Tag: request
Note Checks to see if browser is IE based or other. function createRequestObject(handler) { var xmlHttp; ...