diff --git a/test/ecmascript/ajax.html b/test/ecmascript/ajax.html new file mode 100644 index 000000000..68e475d34 --- /dev/null +++ b/test/ecmascript/ajax.html @@ -0,0 +1,23 @@ + + + + +
+

The XMLHttpRequest Object

+ +
+ + + + + diff --git a/test/ecmascript/ajax_info.txt b/test/ecmascript/ajax_info.txt new file mode 100644 index 000000000..e5c5346f1 --- /dev/null +++ b/test/ecmascript/ajax_info.txt @@ -0,0 +1,4 @@ +

AJAX

+

AJAX is not a programming language.

+

AJAX is a technique for accessing web servers from a web page.

+

AJAX stands for Asynchronous JavaScript And XML.