|
Re: Ajax Form Validation
|
| |
It is better to generate a method that is reusable than hardcoding values.
If you have multiple ...
|
|
Re: Double combo Chapter 9 problems
|
| |
Basic idea:
var xmlDoc = this.req.responseXML.documentElement;
var sel = xmlDoc.getElementsByT...
|
|
Re: Double combo Chapter 9 problems
|
| |
If you open this php/xml directly in the browser. Put the url in the address bar, does the xml rende...
|
|
Re: Double combo Chapter 9 problems
|
| |
When I said to check the responseText I wanted you to do exactly what you were doing with the other ...
|
|
Re: Double combo Chapter 9 problems
|
| |
Take a look at a blog: http://radio.javaranch.com/pascarello/2006/09/12/1158096122600.html
If you...
|
|
Re: Ajax enabled web application live-chess.com
|
| |
I will have to check it out even though I suck at chess. :)
Eric
|
|
Re: Chapter 3 Question - ContentLoader object dos not work under IE 7
|
| |
What is the exact error?
Eric
|
|
Re: net.js cross-browser fix
|
| |
If you are using the local file system it returns a value of zero.
Eric
Also to add a note t...
|
|
Re: net.ContentLoader Problem
|
| |
Grab a version from the later chapters and see if it still gives you a problem.
If it is, what do...
|
|
Re: loadXMLDoc on listing 3.1 in page 74 can't run under IE7
|
| |
The problem I see is here:
var s=new net.ConentLoader("index.html",myFunc[b]()[/b]);
There is a ...
|