Project

General

Profile

Actions

Tareas #76

closed

Tareas #64: Responsive design

AJAX calls compatible with IE

Added by Jesús Freire about 7 years ago. Updated about 7 years ago.

Status:
Cerrada
Priority:
Normal
Assignee:
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
8:00 h
Spent time:
Puntos de historia:
4

Description

Make AJAX calls compatible with Internet Explorer.
Encapsulate the next Javascript code into a function for all dialogs:

var xhttp;
if (window.XMLHttpRequest) {
    // code for IE7+, Firefox, Chrome, Opera, Safari
    xhttp = new XMLHttpRequest();
} else {
    // code for IE6, IE5
    xhttp = new ActiveXObject("Microsoft.XMLHTTP");
}

Actions

Also available in: Atom PDF