Forum: Ajax and Design
02-01-2012, 01:04 PM
|
|
Replies: 2
Views: 576
|
Forum: Ajax and Design
01-31-2012, 08:38 PM
|
|
Replies: 2
Views: 576
why readyState equal to zero
Hi,
the line 95 if (xhr.readyState == 4) {
equal to zero in function setWord();
1 - why ?
2 - did the browser run the code and when it come to line 95
it run but just one time if...
|
Forum: XML
10-27-2011, 11:07 PM
|
|
Replies: 0
Views: 374
Can I add to file xml an Element node?
HI,
I have 3 file.
- add_node_xml.html
- books.xml
- loadxmldoc.js
I try to add an element with tag name "book" to file books.xml using ajax
1. is this Possible?
If it is not Possible is...
|