English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I understand the basics of sending text and xml using responseText and responseXML. How did I do the same for pictures, movies etc,?

2006-07-19 10:11:24 · 1 answers · asked by perry er 1 in Computers & Internet Programming & Design

1 answers

all ajax is is a way to send XML requests to the server without reloading the web page. You can request a link to an image and do a document.write() call, or change an already existing image's source. But you can't recieve any other sort of file.

2006-07-19 10:17:35 · answer #1 · answered by John J 6 · 1 0

fedest.com, questions and answers