D
dileep
I am new to Ajax and i found some good tutorials from the net.but when
downloaded the basic sample examples and try to execute i get the erro
"specified file not found", even though the files are placed in th
same folder itself.i checked the whole code again and again but coul
not do anything.Can any one please help me out with this.
Is it necessary to have a separate server to execute these examples a
i have just downloaded the examples into one folder and trying t
execute??????
The part of code present in the example is :
function returnXML() {
if (http_request.readyState == 4) {
if (http_request.status==200) {
var xmldoc = http_request.responseXML;
displayContents(xmldoc);
} else {
alert('specified file not found.');
}
Can anyone please help!!!!
Thank
-
dilee
downloaded the basic sample examples and try to execute i get the erro
"specified file not found", even though the files are placed in th
same folder itself.i checked the whole code again and again but coul
not do anything.Can any one please help me out with this.
Is it necessary to have a separate server to execute these examples a
i have just downloaded the examples into one folder and trying t
execute??????
The part of code present in the example is :
function returnXML() {
if (http_request.readyState == 4) {
if (http_request.status==200) {
var xmldoc = http_request.responseXML;
displayContents(xmldoc);
} else {
alert('specified file not found.');
}
Can anyone please help!!!!
Thank
-
dilee