Programming

Programming intro
Java

Markup

First webpage guide
HTML
XHTML

Style & Layout

CSS

Browser scripting

Javascript
VBScript
AJAX

Server scripting

PHP
ASP

Making money online

Make money online

AJAX browsers

Opera 8.0+, Firefox, Safari, Netscape 7

To create an AJAX object in these browsers, the XMLHttpRequest object is used.

Example:

<script type="text/javascript">
ajaxObject = XMLHttpRequest();
</script>

Internet Explorer

To create an AJAX object in this browser, the ActiveXObject is used.

Example:

<script type="text/javascript">
ajaxObject = new ActiveXObject("Msxml2.XMLHTTP");

//and if the above does not work we will use.....

ajaxObject = new ActiveXObject("Microsoft.XMLHTTP");
</script>

Reference
HTML/XHTML
CSS
Javascript
AJAX

Practice

Online code editor
Step-by-step tutorials
Practical examples
Practical exercises

Reference

Terms glossary

Rate this site

Rate this site
Visitor comments